Problem when running Buuilder 6

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Error

Problem when running Buuilder 6

Post by Error » Thu 22 Jun 2006 07:41

I installed MyDAC version 4.30 for C++ Builder 6, but when i'm starting Builder it's give mi errors:

Code: Select all

---------------------------
C++Builder 6
---------------------------
Can't load package D:\Programy uzytkowe\CBuilder\Bin\CRControls60.bpl.

Can't find module
---------------------------
OK   
---------------------------
And it's with all components (three)

Someone know where is problem ?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 22 Jun 2006 12:40

Possibly you have any other installed DAC products from Core Lab (ODAC, SDAC, IBDAC), but only MyDAC was upgraded. Product compatibility is provided for current build only. In other words, if you upgrade either of the installed products it may conflict with older builds of another ones. In order to continue using products simultaneously you should upgrade all of them at the same time.

Guest

Post by Guest » Sat 24 Jun 2006 14:49

But i don't remember what i installed and in windows program list i dont have it, so how can i deinstall it and install only MyDAC product ?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 26 Jun 2006 06:45

To remove all vestiges of MyDAC, please follow these instructions:
1) Close IDE
2) Uninstall MyDAC
3) Search for MyAccess.*, DBAccess.*, mydac*.bpl, dac*.bpl etc files at your HDD and delete them
4) Remove from the project directory all files made by compiler and linker
5) Remove from the registry (HKCU\Software\Borland\C++Builder\6.0\Known Packages) all the links to MyDAC packages (mydac*.bpl, dac*.bpl)
6) Run IDE and check that it is started without errors
7) Install MyDAC once more

Guest

Post by Guest » Mon 26 Jun 2006 13:08

i did it, but when i installed again this same errors :-(

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 27 Jun 2006 09:26

Please check if the file specified in error message exists on the hard drive. If it does, try creating new user account, login using newly created account, (re)install MyDAC and run C++Builder.
If the problem persists, please supply us with following information:
- exact version of C++Builder;
- exact version of MyDAC;
- what directory have you installed MyDAC in;
- contents of Library path and Browsing path of C++Builder.

Post Reply