Missing lib files

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
NoComprende
Posts: 135
Joined: Tue 09 Jan 2007 13:44

Missing lib files

Post by NoComprende » Fri 21 Dec 2007 12:48

Hi, I'm trialling CodeGear RAD studio 2007 and downloaded and installed the "MyDAC 5.20 for Delphi, C++Builder, and RAD Studio 2007 [size 4514 Kb]" file. I then tried compiling a package, written using Borland C++ Builder 6.0, in C++ Builder 2007. I got messages about being unable to find static libraries mysqlmon60.lib, CRControls60.lib, dacvcl60.lib, mydacvcl60.lib, mydac60.lib, dac60.lib and unable to find package import dss.bpi, ibsmp.bpi. The lib files it's looking for seem to belong to the mydac I was using in BCB 6 but I can't find what file contains reference to these lib files so that I can change them. Any help would be gratefully received.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 24 Dec 2007 08:35

C++Builder 2007 creates a project file (*.cbproj) when saving a project. Open your project file in a text editor, find all links to libraries and packages, which C++Builder cannot find, and delete these links.

NoComprende
Posts: 135
Joined: Tue 09 Jan 2007 13:44

Post by NoComprende » Mon 24 Dec 2007 14:26

Thanks Dimon.

Post Reply