Linking FreeImage as a static library in VS2010?
问题 I need a image library and I've been looking into FreeImage, http://freeimage.sourceforge.net/. I want to link it statically with my application. I have tried downloading the binaries and link it with, but I get 2019 linker errors when I try to call their functions, even though I am positive I linked it correct. So then I tried to download their source, converted their "FreeImageLib.2008" to VS2010 and built it. It builds just fine on its own, but I still have the same problem when linking