Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: install anydac in D5 Ent
install anydac in D5 Ent
Posted: 2005/07/14 11:44
 
I've Delphi 5 Enterprice update pack 1 with indy 10 installed but error when installing anydac: Required package 'Indy50' not found

pls help

thx
RE: install anydac in D5 Ent
Posted: 2005/07/14 13:02
 
Hello !
1) At installation skip Build Binaries step.

2) Goto $(ADHOME)SourcedaAD.inc, open it in editor. Find lines:
{.$undef AnyDAC_INDY8} // AnyDAC_INDY8 is defined by default for D6.
{.$undef AnyDAC_INDY9} // AnyDAC_INDY9 is defined by default for D7.
{.$undef AnyDAC_INDY10} // AnyDAC_INDY10 is defined by default for D5, D2005.
And replace them with:
{$undef AnyDAC_INDY8}
{$undef AnyDAC_INDY9}
{$define AnyDAC_INDY10}
Save file.

3) Open in Delphi IDE $(ADHOME)PackdaADD5.bpg and choose Compile All Projects. Then choose daADDclD5 in choose Install.

4) Open in Delphi IDE $(ADHOMEToolTools.bpg and choose Compile All Projects.

You are done !

Regards,
Dmitry
RE: install anydac in D5 Ent
Posted: 2005/07/14 14:26
 
when I open either $(ADHOME)PackdaADD5.bpg or $(ADHOMEToolTools.bpg, the error appear:
"This package appears to be in an older format. Would you like to convert it to the new format?"

either I convert it or not, i can't compile it.

pls advise

thx
RE: install anydac in D5 Ent
Posted: 2005/07/14 14:26
 
when I open either $(ADHOME)PackdaADD5.bpg or $(ADHOMEToolTools.bpg, the error appear:
"This package appears to be in an older format. Would you like to convert it to the new format?"

either I convert it or not, i can't compile it.

pls advise

thx
RE: install anydac in D5 Ent
Posted: 2005/07/14 14:26
 
when I open either $(ADHOME)PackdaADD5.bpg or $(ADHOMEToolTools.bpg, the error appear:
"This package appears to be in an older format. Would you like to convert it to the new format?"

either I convert it or not, i can't compile it.

pls advise

thx
RE: install anydac in D5 Ent
Posted: 2005/07/14 14:26
 
when I open either $(ADHOME)PackdaADD5.bpg or $(ADHOMEToolTools.bpg, the error appear:
"This package appears to be in an older format. Would you like to convert it to the new format?"

either I convert it or not, i can't compile it.

pls advise

thx
RE: install anydac in D5 Ent
Posted: 2005/07/14 14:26
 
when I open either $(ADHOME)PackdaADD5.bpg or $(ADHOMEToolTools.bpg, the error appear:
"This package appears to be in an older format. Would you like to convert it to the new format?"

either I convert it or not, i can't compile it.

pls advise

thx
RE: install anydac in D5 Ent
Posted: 2005/07/14 16:08
 
I forgot to say about this moment. You must answer NO on the "convert package" question. So, just keep Escape pressed

If packages are converted to "new" format, they will not be able to compile. So, you will need to reinstall AnyDAC.

Regards,
Dmitry
RE: install anydac in D5 Ent
Posted: 2005/07/15 05:28
 
if I choose "NO" then compile all files and then install daADDclD5 the error message appear:
"Class [TADGUIxErrorDialogImpl] singleton factory has unreleased interface"

then I click "OK", after that error message appear again:
"Exception EAccessViolation in module Vcl50.bpl at 05DA4258.
Access violation at address 05DA5258. Read of address 05DA5258."

after that my Delphi application terminated

pls help

thx