MityDSP Documentation Index

Adding The ZLib Library To Your Project

There are two ways to incorporate the ZLib library into your application, link with the release and/or debug builds of the library, include the sources in your application project.

For the debug build you need to add the library zlibD.lib. For the release build you need to add the library zlib.lib.

/// ["Linker" Settings: "Debug"]
/// Options=-q -c -heap0x1000 -o".\Debug\CP_App.out" -stack0x1000 -x 
///         -i"C:\MityDSP\1.12\software\lib" -l"zlibD.lib" 
///
/// ["Linker" Settings: "Release"]
/// Options=-q -c -heap0x1000 -o".\Release\CP_App.out" -stack0x1000 -x 
///         -i"C:\MityDSP\1.12\software\lib" -l"zlibD.lib"
/// 

  
Generated on Wed Mar 28 15:14:04 2012 for Zlib Compression Library by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.