Xceed Zip for COM/ActiveX on x86/x64 Documentation
Example topics
/ Zip method example for VC++
In This Topic
Zip method example for VC++
In This Topic
The following code uses the Zip method to compress the file "c:\test\my file.dat" into the zip file "c:\test\my test.zip". You should check the Zip method's return value once you are done – if it is xerSuccess
(value 0) the operation was successful. Otherwise, look up the error code in the error codes topic to find out what went wrong.