-DLL for libpng 1.5 with the default runtime options used by Visual Studio
-2010. In particular the runtime library is the "MultiThreaded DLL" version.
+DLL for libpng with the default runtime options used by Visual Studio 2010.
+In particular the runtime library is the "MultiThreaded DLL" version.
If you use Visual Studio defaults to build your application you will have no
problems.
If you don't use the Visual Studio defaults your application must still be built
with the default runtime option (/MD). If, for some reason, it is not then your
If you use Visual Studio defaults to build your application you will have no
problems.
If you don't use the Visual Studio defaults your application must still be built
with the default runtime option (/MD). If, for some reason, it is not then your
from a file handle you pass in.
If you do not want to use the DLL, for example for a very small application,
from a file handle you pass in.
If you do not want to use the DLL, for example for a very small application,
This solution includes limited support for debug versions of libpng. You
do not need these unless your own solution itself uses debug builds (it is
far more effective to debug on the release builds, there is no point building
This solution includes limited support for debug versions of libpng. You
do not need these unless your own solution itself uses debug builds (it is
far more effective to debug on the release builds, there is no point building
The debug build of libpng is minimally supported. Support for debug builds of
zlib is also minimal. You really don't want to do this.
The debug build of libpng is minimally supported. Support for debug builds of
zlib is also minimal. You really don't want to do this.