you need to create the 2 files below and add them in your bin directory.
1) bcc32.cfg
-I"C:\Program Files\Borland\CBuilder5\include"
-L"C:\Program Files\Borland\CBuilder5\lib"
2) ilink32.cfg
-L"C:\Program Files\Borland\CBuilder5\lib"
that should resolve the linker error. just make the files in notepad and make sure you put "" marks around the filenames so notepad does not append .txt on the end.
Bookmarks