I\'m on Windows 7 64-bit, and I\'m compiling with g++ from MinGW-W64.
I\'m trying to compile an application that I wrote on a Unix computer. I\'m running into proble
The problem was likely that the libraries were compiled with VC++, so they apparently aren't compatible with GCC. They link fine using Microsoft's link.exe.
link.exe