I've used ZLIB library for compressing files to ZIP format, but with hughe files and archives ( > 4GB ) those archives get corrupt and therefor cannot handled by Windows.
7-ZIP CAN create ZIP archives greater than 4 GB border and are ZIP compatible and Windows can handle these also.
So i thought of implementing the 7z.dll in PB, but how can i declare those functions. Where or how can i lookup what functions are exported? Calling the COM-browser did not deliver any result, looking through C sources from 7-ZIP, but they are very hughe.
Any idea except shelling the commandline version?
7-ZIP CAN create ZIP archives greater than 4 GB border and are ZIP compatible and Windows can handle these also.
So i thought of implementing the 7z.dll in PB, but how can i declare those functions. Where or how can i lookup what functions are exported? Calling the COM-browser did not deliver any result, looking through C sources from 7-ZIP, but they are very hughe.
Any idea except shelling the commandline version?
Comment