Yes, I was just point out that the differences between the two may be leading to the difference of understanding between you and Elysia.
This is a discussion on Help! Linker can't find definitions in ".a" library! within the Windows Programming forums, part of the Platform Specific Boards category; Yes, I was just point out that the differences between the two may be leading to the difference of understanding ...
Yes, I was just point out that the differences between the two may be leading to the difference of understanding between you and Elysia.
What is C++?
Untrue. Declarations do not need "extern."
I really don't know. GCC does a lot of weird stuff.But that aside, I've finally been able to compile a DLL using a ".a" lib file but now I can't get an MSVC DLL to use my MinGW/GCC created DLL (won't link, says unresolved symbols!) Any ideas?
Visual Studio makes it all simple if you compile the DLL in Visual Studio, however.
You can just link the projects in the solution.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
extern can be used with functions, but I'm pretty sure the only time you'd need to do it is if you're specifying extern "C" func();
http://msdn2.microsoft.com/en-us/lib...9d(VS.80).aspx