Problems registering Unidac in Delphi 11

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
marcosgonzale
Posts: 2
Joined: Wed 22 Sep 2021 07:26

Problems registering Unidac in Delphi 11

Post by marcosgonzale » Wed 22 Sep 2021 07:32

I installed Unidac 9.0.1 in Delphi 11 and I see the componentes in Delphi Alexandria, but when I use I see Delphi errors telling me "DBAccess not found" and similars.
I check that path to Unidac is set in Library Directories

https://ibb.co/Y0q2QHg

Any suggestions?
Thanks in advance

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

Re: Problems registering Unidac in Delphi 11

Post by MaximG » Wed 22 Sep 2021 19:42

If you installed our components to C:\Program Files (x86)\Devart\UniDAC for RAD Studio 11\, please make sure that Library Paths contain the following values for Win32 (the values should be set by the installer automatically):

C:\Program Files (x86)\Devart\UniDAC for RAD Studio 11\Bin\Win32
C:\Program Files (x86)\Devart\UniDAC for RAD Studio 11\Lib\Win32

By default, C:\Program Files (x86)\Devart\UniDAC for RAD Studio 11\Source only contains the source code of the CRGrid and ConnectForm components.

marcosgonzale
Posts: 2
Joined: Wed 22 Sep 2021 07:26

Re: Problems registering Unidac in Delphi 11

Post by marcosgonzale » Thu 23 Sep 2021 06:50

Yes, I use your installer and that paths are included, as you can see in the library, but I have the same error:

https://ibb.co/VQxbvB4

Any ideas?

Thanks in advance

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

Re: Problems registering Unidac in Delphi 11

Post by MaximG » Thu 23 Sep 2021 11:25

Please, try the following steps to resolve the issue:
- delete the manually entered values of the list of Library paths
- uninstall UniDAC 9.0.1
- make sure that there aren't any UniDAC packages in RAD Studio: Component-> Install Packages menu
- install UniDAC 9.0.1 again

Post Reply