Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynazip nonvisual classes can't span across disks
Message
De
14/03/2003 01:19:02
Michael Ouellette
Australian Technical Services (VIC) Pty
Australie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Dynazip nonvisual classes can't span across disks
Divers
Thread ID:
00765730
Message ID:
00765730
Vues:
42
I have Mark E. McCasland's DynaZip Non-Visual Class which works fine in every aspect…. Except I cannot span across multiple disks.

I've set lMV_UseMulti = .T. but the program still thinks my floppy drive is a fixed disk

As far as I can see in PROCEDURE SetDLLProperty
case lcOpType = "MV_" is never "MV_" no matter what I try


I'm using Dynazip Version 3.0 , VFP 6SP3 and VFP7SP1

Any ideas or fixes?

*****************************
The download file name from UT was dzclass, which won a UT award in 2001 so someone out there must use it????
******************************
Thanks heaps

This in the main calling program that comes with his classes:
***********************************************
procedure ZipAddTest
*
local oDZ
oDZ = newobject('dynazip', 'dynazip.fxp')
with oDZ
.cZip_ZipFile = "a:\DZTest.Zip"
.cZip_ItemList = "e:\development\solution\*.cdx"
.lZip_AddComment = .T.
.cZip_TheComment = "VFP DynaZip Class Test File"
.lZSO_ExternalProg = .t.
.lZSO_SkipLockedFiles = .t.
.lZip_NoDirNames = .t.
.cZip_ExtProgTitle = "Creating tabback Zip file"
*.nZip_MultiVol =.T. && << I tried setting this here and making nzip_multivol NOT protected
.ZipAdd()
endwith
oDZ.Release()
clear dlls
return
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform