3fc Subj : Compression with zlib To : borland.public.cpp.borlandcpp From : sefs Date : Thu Oct 06 2005 05:53 pm Has anyone had any experience succes with zipping a file using zlib. I have the zlibwapi.dll and implibed it to get zlib.lib as I am using static linkages. I am trying to use the compress function to compress a file, but I am getting an unresolved linkage error. the lib file is included in my project and the dll is in the same directory as the project. Also any example would be welcome. as I am creating an empty file called whatever.zip via the file creation creation funtions of Windows and am using this in the source code as the output buffer. So not sure if I am going in the correct direction or not, since I cant even get the source to compile due to build 2 build errors which are: Error: Unresolved external '_compressBound' referenced from module zipper.cpp Error: Unresolved external '_compress' referenced from module zipper.cpp Thanks. . 0