Downloads containing README.txt

Downloads
Name Author Game Mode Rating
PackPacker - Level and... CaTaPhRaCt Utility N/A Download file

File preview

Notes on compiling the sources:

The included project requires Visual Studio 2009. You can, of course,
compile the sources the way you see fit. The following definitions are used
in the project, you may want to set them too:
NOCRYPT
_CRT_SECURE_NO_WARNINGS
NO_ADDFILEINEXISTINGZIP
STRICTZIP

You also need to link against zlib. You can get it from
http://www.zlib.net/

Finally, in order not to have to distribute a Visual Studio C runtime and
avoid static linking, the release configuration is set to link agains
msvcrt.dll. This requires the Windows DDK, which contains msvcrt.lib,
msvcrt_win2000.obj and the appropriate header files. The debug
configuration is set to use the regular debug runtime.