I found this thread after searching
http://www.codeguru.com/cpp/cpp/cpp_...php/c819/#more




To use CZip or CUnzip, do the following:

include czip.h in your project

ok.. done
Code:
#include <czip.h>

link your project with zipdll.dll using zipdll.lib

ok im now lost. there is no dll file in the source folder or the example folder. and theres not a zipdll.lib either
i read in the readme of the example you have to compile the example to make the dll but i havent a clue what im doing and it just gives errors like

unresolved external '_ifd' referenced from CZIP.OBJ

i dont even know exactly what linking is.. tried googling it and got even more confused. as for "referenced or what that error means in any shape or form i havent a clue.