Thank you timovjl!
Some remarks:
I have commented the dependancy from ppdf.lib in ppdflib.h
#ifndef NODLL
// #pragma comment(lib, "PPDF.lib")
#else
#pragma comment(lib, "PPDFLib.lib")
#endif
because the import library is not yet created.
I think, it would be better to not include 'memcompress' in deflate.lib or alternatively to provide a header file which mirrors all the functions of this library.
czerny