Page 1 of 1

6.3 install error with Delphi 6

Posted: Wed 29 Jun 2016 15:57
by bgacorrie
I am getting this error using eithe rprocedure to install the source into delphi 6 for the new version.

Procedure entry point @Virtualtable@TvirtualTable@LoadFroFile$qqrx17System@AnsiStringo could not be located in dll dac60.bpl

Re: 6.3 install error with Delphi 6

Posted: Thu 30 Jun 2016 13:37
by MaximG
The most possible reason for such behavior is presence in the system of the previous module versions distributed with UniDAC. To solve the issue with UniDAC, please try the following:

- close IDE;
- remove UniDAC;
- remove all *dac*.bpl and crcontrols*.bpl files from your computer (please make sure there are no such files on your computer);
- find all DAC units, like CRParser.dcu, CLRClasses.dcu, MemData.dcu, MemDS.dcu, DBAccess.dcu, OLEDBAccess.dcu files on your PC and delete them;
- install UniDAC

Re: 6.3 install error with Delphi 6

Posted: Thu 30 Jun 2016 18:30
by bgacorrie
Seems to have worked. Now having issue linking to my components will need to go back to older version for now. No time to work on this.

Thanx for your help

Re: 6.3 install error with Delphi 6

Posted: Fri 01 Jul 2016 05:37
by AlexP
You are welcome. Feel free to contact us if you have any further questions.