My bad - it works great with wwAPI. I had a set default to a subfolder to zip and it couldn't find dZip32.
(Correction too - wwIPStuff.vcx/vct is deprecated not wwIPStuff.dll)
Must be Friday...
Merry Christmas,
Craig
From: | Craig Tucker |
To: | Rick Strahl |
It should work just fine from VFP. VFP and the dll are both 32 bit, so that works. It works fine for me and I'm on Windows 8 (and 7 before it) in 64 bit mode. It certainly works for me and I'm running on Windows 8 64 bit (and 7 64bit before that).
What might not work is security. If you're on Windows 7 with UAC on, you can't write files to arbitrary paths since the user doesn't have write permissions in folders like Program Files etc.
+++ Rick ---
Also, in wwAPI.prg the ZipFiles function is referencing wwIPStuff.dll which is deprecated.
DECLARE INTEGER Zip ;
IN wwipstuff.dll ;
STRING ZipFile,;
STRING FileList,;
INTEGER lnCompression,;
INTEGER lnRecurse,;
INTEGER lnAdditive
Any help much appreciated!
Thanks, Craig
--hm--
How is the right syntax to compress two type of files:
ZipFiles("Data.zip","*.dbf,*.fpt")
Thank you very much for patience