I tried using a lib (svgacc) in Borland C++ both from source directory(i.e. bin) and lib and include directories(ofcourse after previously copying the in those dirs D:).
The error is :
Linker error: undefined symbol _videomodeget in module main.cpp .
I tried building in a project of modules as well as a stand-alone "*.cpp" file.
I used the #include "svgacc.h" statement for source dir and <> statement for the lib&include dirs Co.Ltd :D. The error didn't change.
P.S.: I tested to see if the header is "seen" by putting some wrong args to the functions I called in the module (i.e. main cause it was a test module ),and compiler reacted naturally: "Extra parameters ...".
Searched for a way to make the linker see it...but i can't find any...
Please help with some clues so that I know there is hope :D ...
I'm out of ideas.