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
6.3 install error with Delphi 6
Re: 6.3 install error with Delphi 6
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
- 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
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
Thanx for your help
Re: 6.3 install error with Delphi 6
You are welcome. Feel free to contact us if you have any further questions.