Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unresolved external... MYPROGRAM.OBJ

Status
Not open for further replies.

cadbilbao

Programmer
Apr 9, 2001
233
ES
Hello.

I'm using the Borland C++Builder Compiler 5.5, and I downloaded a BC++ library from the Internet into 'c:/foo/external.lib'.

I changed 'bcc32.cfg':
-I"c:\Borland\Bcc55\include;c:\foo"
-L"c:\Borland\Bcc55\lib;c:\Borland\Bcc55\lib\PSDK;c:\foo"

I changed 'ilink32.cfg':
-L"c:\Borland\Bcc55\lib;c:\Borland\Bcc55\lib\PSDK;c:\foo"

But when trying to compile 'myprogram.c', I get a lot of error messages like this one:
Error: Unresolved external '_adRead' referenced from c:\MYCODES\MYPROGRAM.OBJ

What am I doing wrong?

Regards.
 
try just flat out deleting the .obj files and recompiling. It's worked for me before. Cyprus
[noevil]
 
Thank you very much for your answer, but it does not work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top