Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: Indy 10 D7
Indy 10 D7
Posted: 2005/08/05 04:54
 
I have read through the available posts for this issue. I don't seem to have seen this so far.

After suggested modificationsa ll pacakages compile up to:
daADMoniIndyClient.pas

Then the complier issues a strange message :

[Fatal Error] daADMoniIndyClient.pas(51): Never-build package 'IndyCore70' must be recompiled.

Any ideas. I have not come accross this before.

Thanks.
RE: Indy 10 D7
Posted: 2005/08/05 09:49
 
Hello !

You does not need to midify packages. You need:
- modify daAD.inc
{$undef AnyDAC_INDY8} // AnyDAC_INDY8 is defined by default for D6.
{$undef AnyDAC_INDY9} // AnyDAC_INDY9 is defined by default for D5, D7.
{$define AnyDAC_INDY10} // AnyDAC_INDY10 is defined by default for D2005.
- remove old Indy
- rebuild AnyDAC packages

Regards,
Dmitry