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.
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.