|
I am new, please help (borland C++ question)
hi all, good to join here.
I am recently using borland C++ because there is a tool only work with it.
My problem is that i put a lib file into LIB folder and h file into include folder, when i write a program and do bcc32 XXX.cpp, it responsed me saying Unresolved external '_ xxxxxxxx' referenced from C:\aaa\bbb\ccc.obj
where '_xxxxxxx' is one of the function in that lib.
Also in VC++ you can compile more than one file at the same time and run it together. In my case, i have to compile a file called 'message.c' to make the program work. How to do it in command line? Something like bcc32 xxx.cpp message.c ???
plese help me if you are good at borland.
|