Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ZIP/unZIP DLL - I found one!
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00091409
Message ID:
00091488
Views:
26
>>To anybody who is interested - I have found a set of 16/32bit DLLs to create a standard ZIP file and also to unZIP files. It is a shareware product and I'm not sure if I should place it in the files section. This is my test program I did:-
>>
>>
>>DECLARE addZIP_Initialise IN azip32.dll
>>DECLARE INTEGER addZIP_ArchiveName IN azip32.dll;
>> STRING ArchiveName
>>DECLARE INTEGER addZIP IN azip32.dll
>>DECLARE INTEGER addZIP_Include IN azip32.dll;
>> STRING FileList
>>
>>addZIP_Initialise()
>>addZIP_Include("c:\download\addzip\*.*")
>>addZIP_ArchiveName("c:\temp\testzip1.zip")
>>addZIP()
>>
>>
>>That was IT. There are loads of other functions - everything you would find in the commercial packages. If anybody is interested, I will give you full details of where to get it.

When I looked at the addZip site mentioned here earlier (http://ourworld.compuserve.com/homepages/Stephen_Darlington/) I never found its price. But, then, I didn't attempt to order it on line.

I already have DynaZip at work, so I don't really need it unless I want something to play with at home, but I was curious.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform