Muß ich noch ein bissel testen was die entsprechende funktion genau vonFluid Byte hat geschrieben:Besteht eventuell die Möglichkeit das demnächst noch Unterstützung für passwortgeschützte Archive hinzugefügt wird? Bin nämlich ein bisschen in der Zwickmühle hier. Einerseits brauche ich 64Bit Support (MiniZIP) und anderseits Unterstützung für passwortgeschützte Archive (PureZIP).
mir will. Erste Tests sind fehlgeschlagen, aber wird schon

Code: Alles auswählen
extern int ZEXPORT zipOpenNewFileInZip3 OF((zipFile file,
const char* filename,
const zip_fileinfo* zipfi,
const void* extrafield_local,
uInt size_extrafield_local,
const void* extrafield_global,
uInt size_extrafield_global,
const char* comment,
int method,
int level,
int raw,
int windowBits,
int memLevel,
int strategy,
const char* password,
uLong crcForCtypting));
/*
Same than zipOpenNewFileInZip2, except
windowBits,memLevel,,strategy : see parameter strategy in deflateInit2
password : crypting password (NULL for no crypting)
crcForCtypting : crc of file to compress (needed for crypting)
*/