Very sorry if this question has been asked numerous times, but I can not find a precise reference :( The problem is:
I have a DLL file along with corresponding LIB file compiled with VC++ 08. Now I want to dynamically link it with another application I am compiling using g++.
- Is it possible?
- What linker options will I have to give in g++?