Page 1 of 1

Error linking legacy app with Rad Studio 2007.

Posted: Mon 24 Nov 2008 22:34
by w0wbagger
Hi, I've just started trying to convert an old project from BCB6 to Rad Studio 2007 (C++ Personality), and while everything seems to compile, I'm getting this error at link time:

[ILINK32 Error] Fatal: Unable to open file:'DBACCESS.OBJ'

I have the mydac library in my path, and I don't get any other link errors (I'm assuming it's part of the lib file).

This compiles fine in BCB6. Is it possible the install of the mydac package into Rad Studio 2007 didn't work?

TMyConnection/About says I'm using v5.55.0.39 for Delphi 2007.

Any ideas? Thanks in advance.
Ian

Posted: Tue 25 Nov 2008 13:16
by Dimon
To solve this problem you should add the dac105.lib and the mydac105.lib libraries in the project with the Project->Add to Project... menu.