Unidac 4.0.1 install error in Delphi 2010
Posted: Fri 23 Nov 2012 11:51
I can't install unidac.4.0.1.d14pro. The install program runs fine, but when I open Delphi I get this error message:
---------------------------
bds.exe - Entry Point Not Found
---------------------------
The procedure entry point @Crencryption@initialization$qqrv could not be located in the dynamic link library dac140.bpl.
---------------------------
OK
---------------------------
I've already tried what was suggested in other topics:
- close RAD Studio 2010;
- remove UniDAC;
- remove all *dac*.bpl and crcontrols*.bpl files from your computer (please make sure there are no such files on your computer);
- reinstall UniDAC.
If it doesn't help, try the following:
- remove UniDAC;
- reinstall UniDAC with the /force parameter like this: unidac41d14pro.exe /force
None of these steps helped. Actually that's not even a problem, when I uninstall UniDac, all bpl files are removed, I don't even need to delete files.
I was working with this version of UniDac before and it was working fine, but I had to uninstall it in order to do some work with version 4.5.9. When I was done, I uninstalled the 4.5.9 version and installed the 4.0.1 back. That's when the problem began. What is odd, is that it's only an error message in Delphi's initialization. After dismissing the error message, it works just fine
---------------------------
bds.exe - Entry Point Not Found
---------------------------
The procedure entry point @Crencryption@initialization$qqrv could not be located in the dynamic link library dac140.bpl.
---------------------------
OK
---------------------------
I've already tried what was suggested in other topics:
- close RAD Studio 2010;
- remove UniDAC;
- remove all *dac*.bpl and crcontrols*.bpl files from your computer (please make sure there are no such files on your computer);
- reinstall UniDAC.
If it doesn't help, try the following:
- remove UniDAC;
- reinstall UniDAC with the /force parameter like this: unidac41d14pro.exe /force
None of these steps helped. Actually that's not even a problem, when I uninstall UniDac, all bpl files are removed, I don't even need to delete files.
I was working with this version of UniDac before and it was working fine, but I had to uninstall it in order to do some work with version 4.5.9. When I was done, I uninstalled the 4.5.9 version and installed the 4.0.1 back. That's when the problem began. What is odd, is that it's only an error message in Delphi's initialization. After dismissing the error message, it works just fine