OT? ZIP VISTA?

Post Reply
User avatar
MarcoBoschi
Posts: 925
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy
Contact:

OT? ZIP VISTA?

Post by MarcoBoschi »

Please,
I need a test in VISTA.

I use XP and in this moment is very difficult for me to test it in Vista.

It seems that this little program does not create a regular zip file but an empty one.

FUNCTION MAIN

LOCAL aFile := {}
AADD( aFile , "file1.txt" )
AADD( aFile , "file2.txt" )

HB_ZIPFILE( "ziptest.zip" , aFile, 9 )

RETURN NIL

Is there a volunteer to test it?

Thanks in advance
Marco :mrgreen:
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Marco,

I just tested it.

Its working fine in Vista Ultimate (32).
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
MarcoBoschi
Posts: 925
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy
Contact:

Post by MarcoBoschi »

I've just tested in another PC
It works fine.
Probably there are problem in the configuration of that PC maybe in firewall or other ...

Thank you Antonio
Post Reply