| View previous topic :: View next topic |
| Author |
Message |
Jessie Guest
|
Posted: Wed Apr 26, 2006 5:03 am Post subject: BDS4 linker error: "Unable to open file DBLOGDLG.OBJ" |
|
|
I am trying to compile a project (converted from BCB6) using BDS4 and I get error msg: [Linker fatal error] fatal: Unable to open file 'DBLOGDLG.OBJ'. It couldn't find 'EXTCTRLS.OBJ' either.
It was compiled and linked OK under BCB6.
Anyone is able to help? Thank you. |
|
| Back to top |
|
 |
David Dean Guest
|
Posted: Wed Apr 26, 2006 3:03 pm Post subject: Re: BDS4 linker error: "Unable to open file DBLOGDLG.OBJ" |
|
|
In article <444ef8a6$1 (AT) newsgroups (DOT) borland.com>,
"Jessie" <j_s_xie (AT) yahoo (DOT) com> wrote:
| Quote: | fatal error] fatal: Unable to open file 'DBLOGDLG.OBJ'. It couldn't find
'EXTCTRLS.OBJ' either.
It was compiled and linked OK under BCB6.
|
Check for #pragma link statements in your code.
--
-David
Nihil curo de ista tua stulta superstitione. |
|
| Back to top |
|
 |
|