Topic: Error Compiling 1.20 using D5 Pro
|
|
Iwalewa
User
 Fresh Boarder
| Posts: 7 |   | Karma: 0 |
|
Error Compiling 1.20 using D5 Pro
|
|
Posted: 2005/07/06 01:12 |
|
|
|
|
Once again, thanks for the update. There is still a problem compiling with D5, which can be resolved by modifying the daAdStanD5 package.
IndyCore50 is not in Indy 9.0 but in Indy 10. So this changes need to be made to make the package install without modifications:
requires vcl50, vcldb50, //Changes similar to this, {$ifdef whatever} IndyCore50, {$else} Indy50, {$endif} daADComID5;
Thanks, Iwalewa
|
|
Diman
Admin
 Admin
| Posts: 1495 |  | Karma: 19 |
|
RE: Error Compiling 1.20 using D5 Pro
|
|
Posted: 2005/07/06 01:28 |
|
|
|
|
Hi !
Ok, i got what is going on. When you are open a daADD5.bpg or any of daADxxxxD5.dpk, Delphi asks you - "Package format is old. Would you like to convert to new format ?". If you will answer - yes, then Delphi will remove all IFDEF's, etc, which has original package. So, you must answer - no, to preserve packages as they are.
Regards, Dmitry
|
|
Iwalewa
User
 Fresh Boarder
| Posts: 7 |   | Karma: 0 |
|
RE: Error Compiling 1.20 using D5 Pro
|
|
Posted: 2005/07/06 01:54 |
|
|
|
|
Hi,
Okay, that may explain it if I am doing manual install.
Any idea why I get similar error if I just download and install using your setup program?
Thanks, Iwalewa
|
|
Diman
Admin
 Admin
| Posts: 1495 |  | Karma: 19 |
|
RE: Error Compiling 1.20 using D5 Pro
|
|
Posted: 2005/07/06 03:07 |
|
|
|
|
My local files are OK. I run installer and get right files. No other idea, than you have incidentally converted DPK's ... Sorry ...
Regards, Dmitry
|
|
|