Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ZIP/unZIP DLL - I found one!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00091409
Message ID:
00091438
Vues:
28
I think you can ask the author if you can upload it here. It would sure be something useful.

BTW, the html tags for preformated text are PRE and /PRE. (In this order, and not /PRE, PRE).

Vlad

>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform