I am using Info-ZIP group's zip32.dll in my VB 6.0 project. My purpose is to be able to zip a single folder/ multiple folders recursively.

For that I am using options :-
.StoreFolderNames = True
.RecurseSubDirs = True
But I am not getting consistent results. ie. sometimes it zips properly but many times I get VB's memory error & application crashes.
Can anybody help me ? Is there any bug out here?