So I can't use a precompiled version, or build it myself. I get the beta version to build, but then get even more linker errors when I link the .lib to my project.
I either need someone to walk me through how to build this damn thing, or provide a precompiled version, if possible. Otherwise, I'm pretty much buggered.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try and use a precompiled version of libpng on Winddows, I get the out access exception detailed on other threads here.
The apparent solution is to build the a version myself, and use that. Though I get numerous linker errors indicating :
pngw32.def : error LNK2001: unresolved external symbol png_libpng_ver
.\Win32_DLL_Release/libpng13.lib : fatal error LNK1120: 1 unresolved externals
So I can't use a precompiled version, or build it myself. I get the beta version to build, but then get even more linker errors when I link the .lib to my project.
I either need someone to walk me through how to build this damn thing, or provide a precompiled version, if possible. Otherwise, I'm pretty much buggered.
I have the same error. Please post the fix when you get it.
Very frustrating.
Did you compile with /MD ? See
http://sourceforge.net/forum/message.php?msg_id=3542726
Yes, I have tried that. No such luck still.