Hi!
This looks like a school case.
I am working with Borland C++ 5.02. I have an external lib file and its associated dll version, and a header file declaring all the exported functions. I have a project in which I call a function from the lib. I want this function to be linked statically.
Right now I only get "unresolved external ..." message, but this is because the linker doesn't know in which lib to look for the function definitions.
How do I tell the linker that he'll find the missing external definition in this particular lib?
Thanks,
Woliwol
This looks like a school case.
I am working with Borland C++ 5.02. I have an external lib file and its associated dll version, and a header file declaring all the exported functions. I have a project in which I call a function from the lib. I want this function to be linked statically.
Right now I only get "unresolved external ..." message, but this is because the linker doesn't know in which lib to look for the function definitions.
How do I tell the linker that he'll find the missing external definition in this particular lib?
Thanks,
Woliwol