Entry Point Not Found while installing dclfrxUniDAC24

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
FredS
Posts: 272
Joined: Mon 10 Nov 2014 17:52

Entry Point Not Found while installing dclfrxUniDAC24

Post by FredS » Tue 28 Mar 2017 02:59

Just installed FastReport 5.6 and get this while installing dclfrxUniDAC24.
It compiles fine only during install do I get this.

Code: Select all

---------------------------
bds.exe - Entry Point Not Found
---------------------------
The procedure entry point @Frxdaccomponents@TfrxEngineDAC@SetSQL$qqrx20System@UnicodeString could not be located in the dynamic link library D:\VCL\UniDAC\Current\Bin\Delphi24\Win32\dclfrxUniDAC24.bpl. 
---------------------------
OK   
---------------------------

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Entry Point Not Found while installing dclfrxUniDAC24

Post by ViktorV » Wed 29 Mar 2017 14:55

To solve the problem try to perform the following steps:
- remove FastReport X UniDAC Components from [Components]->[Install Packages] ;
- close IDE.
- find frxDAC240.bpl, frxUniDAC240.bpl, dclfrxUniDAC240.bpl, frxDAC240.dcp, frxUniDAC240.dcp, dclfrxUniDAC240.dcp, frxDAC240.bpi, frxUniDAC240.bpi, dclfrxUniDAC240.bpi on your PC and delete them.
- rebuild the packages: frxDAC240.dpk, frxUniDAC240.dpk, dclfrxUniDAC240.dpk;
- install dclfrxUniDAC240.dpk;
- restart IDE.

FredS
Posts: 272
Joined: Mon 10 Nov 2014 17:52

Re: Entry Point Not Found while installing dclfrxUniDAC24

Post by FredS » Wed 29 Mar 2017 18:44

ViktorV wrote:To solve the problem try to perform the following
- find frxDAC240.bpl, frxUniDAC240.bpl, dclfrxUniDAC240.bpl, frxDAC240.dcp, frxUniDAC240.dcp, dclfrxUniDAC240.dcp, frxDAC240.bpi, frxUniDAC240.bpi, dclfrxUniDAC240.bpi on your PC and delete them.
Thanks, that worked. unintended File Salad :)

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Entry Point Not Found while installing dclfrxUniDAC24

Post by ViktorV » Thu 30 Mar 2017 08:50

It is good to see that the problem has been solved.
Feel free to contact us if you have any further questions about our products.

Post Reply