Page 1 of 1

Missing lib files

Posted: Fri 21 Dec 2007 12:48
by NoComprende
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.

Posted: Mon 24 Dec 2007 08:35
by Dimon
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.

Posted: Mon 24 Dec 2007 14:26
by NoComprende
Thanks Dimon.