UNIDAC 5.1 DEMO DXE3 don't work

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cgkls
Posts: 5
Joined: Fri 04 Oct 2013 14:10

UNIDAC 5.1 DEMO DXE3 don't work

Post by cgkls » Fri 04 Oct 2013 15:51

Hello,

I tryed UNIDAC 5.1.4 for RAD Studio XE3.

When I launch Delphi, I have this message :
Le point d'entrée de procedure @Dbaccess@TCustomDADataSet@GetFieldDesc$qqrxi est introuvable dans la bibliotheque de liens dynamiques dac170.bpl

In english I think it's something like
Entry of procedure @Dbaccess@TCustomDADataSet@GetFieldDesc$qqrxi is not found in dac170.bpl

I manage to not have this message but when I launch my program in debug or out of Delphi, i get the same message about @Dbaccess@TCustomDADataSet@GetFieldDesc$qqrxi

It's TCustomDADataSet, i checked the spelling. It's not writed TcustomDataset.

I checked i have only the last dac170.bpl, I reboot, I rebuild all my bpl, rebuild my program.


Thank you for reading me.
Christian

cgkls
Posts: 5
Joined: Fri 04 Oct 2013 14:10

Re: UNIDAC 5.1 DEMO DXE3 don't work

Post by cgkls » Fri 04 Oct 2013 15:55

I forget to write I have
Embarcadero® RAD Studio XE3 Version 17.0.4770.56661
Update 2.
Delphi.

Trouble with windows vista 32b and seven 64b.

VladimirK
Devart Team
Posts: 16
Joined: Tue 24 Sep 2013 09:19

Re: UNIDAC 5.1 DEMO DXE3 don't work

Post by VladimirK » Mon 07 Oct 2013 07:21

Hello,

To solve the problem, try the following:
- uninstall UniDAC;
- search and remove all *dac*.bpl and *crcontrols*.bpl files from your computer;
- remove *.dcu files from your project;
- reinstall UniDAC.

cgkls
Posts: 5
Joined: Fri 04 Oct 2013 14:10

Re: UNIDAC 5.1 DEMO DXE3 don't work

Post by cgkls » Thu 10 Oct 2013 14:44

Thanks you, this work.

I had to remove all my *.bpl from project
I had to remove my *.bpl from C:\Users\Public\Documents\RAD Studio\10.0\Bpl

VladimirK
Devart Team
Posts: 16
Joined: Tue 24 Sep 2013 09:19

Re: UNIDAC 5.1 DEMO DXE3 don't work

Post by VladimirK » Fri 11 Oct 2013 12:56

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

Post Reply