How about stop using the winzip executable from your c++ code and use a library instead?For your code to ever have any hope of working on a different system, you can't rely on 3rd party executables being around.
How about stop using the winzip executable from your c++ code and use a library instead?For your code to ever have any hope of working on a different system, you can't rely on 3rd party executables being around.