6.3 install error with Delphi 6

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bgacorrie
Posts: 9
Joined: Fri 28 Aug 2015 16:55

6.3 install error with Delphi 6

Post by bgacorrie » Wed 29 Jun 2016 15:57

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

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: 6.3 install error with Delphi 6

Post by MaximG » Thu 30 Jun 2016 13:37

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

bgacorrie
Posts: 9
Joined: Fri 28 Aug 2015 16:55

Re: 6.3 install error with Delphi 6

Post by bgacorrie » Thu 30 Jun 2016 18:30

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

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: 6.3 install error with Delphi 6

Post by AlexP » Fri 01 Jul 2016 05:37

You are welcome. Feel free to contact us if you have any further questions.

Post Reply