Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: Anydac and Indy 10 on D7
Anydac and Indy 10 on D7
Posted: 2005/07/29 12:27
 
Hi Diman

How does this work? I changed the defines daAD.inc to

{$undef AnyDAC_INDY8}
{$undef AnyDAC_INDY9}
{$define AnyDAC_INDY10}

But I still get a file not found error
SourcedaADMoniIndyBase.pas(15) Fatal: File not found: 'IndyCore70.dcp'

So I checked the library path in Delphi but it points to IndyCore70.dcp

Any Hints, what else is missing?

regards Dirk

RE: Anydac and Indy 10 on D7
Posted: 2005/07/29 12:46
 
Hi Dirk !

May be perform Build All ?

Regards,
Dmitry
RE: Anydac and Indy 10 on D7
Posted: 2005/07/29 12:59
 
Hi Dmitry

Glad to read from you again

Shure I did - I also found the this older Thread

http://da-soft.com/UBB/ubb/Forum2/HTML/000018.html

and followed the instructions there.

compilation of ADSPeed does not work because of the missing file SDCommon

Do I need some SD... libs here?

next point is, I can't install daADDclD7 because of the unit IdWinSock2 which is also contained in the installed package IndySystem70.

I think I have to find and recompile this one.

Thanks for your help
Dirk



RE: Anydac and Indy 10 on D7
Posted: 2005/07/29 14:17
 
Hi Dirk !

quote:compilation of ADSPeed does not work because of the missing file SDCommon

It is SQLDirect library. Simply, comment out ADSpeedSQLDirect unit and all references to classes in it. Or you can download trial.

quote:I can't install daADDclD7 because of the unit IdWinSock2 which is also contained in the installed package IndySystem70.

Probably, somehow IdWinSock2 unit is imported into daADDclD7 or other AnyDAC package, inplace of Indy packages usage. Try to find and fix that.

Regards,
Dmitry
RE: Anydac and Indy 10 on D7
Posted: 2005/07/29 19:47
 
- SQLDirect library

ok - so this is only for demonstration and has not a high priority.

- IdWinSock2 unit is imported into daADDclD7

I can't find any link from IdWinSock2 do da*
so obviously I dont bring it to work

During Install of daADDclD7 I get
"@Daadmoniindyclient@initialization$qqrv" not found in "daADCompD7.bpl"


Did you remove the indy70.bpl file from Delphi7bin ?

Did you ever test Indy10 with Anydac and D7?

regards Dirk
RE: Anydac and Indy 10 on D7
Posted: 2005/07/29 20:03
 
adendum:

Changing

{.$define AnyDAC_MONITOR}

in daAD.inc disables the Indy components and the monitor. But after that it was possible to install the components.

Not good, but it works for first testing.
RE: Anydac and Indy 10 on D7
Posted: 2005/08/01 16:22
 
Hello Dirk !

Ok, i am able to reproduce error "unit IdWinSock2 also contained in the installed package IndySystem70". I will suggest to remove Indy70.bpl from search path. Although some libs will stop work. On my system that are:
- RemObjects SDK
- Pascal Script RO

Regards,
Dmitry
RE: Anydac and Indy 10 on D7
Posted: 2005/08/03 12:20
 
Hi Dmitry

It works - I changed daADStanD7.dpk line 37+

{$ELSE}
{$IFDEF AnyDAC_INDY9}
IndyCore70, // DHO
// Indy,
{$ELSE}

Include Indy to IndyCore70.

But - after all I've seen - you also found something and build a new Version.

I will download and test the new one now.