Page 1 of 1

OT? ZIP VISTA?

Posted: Wed Mar 12, 2008 10:57 am
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:

Posted: Wed Mar 12, 2008 1:57 pm
by Antonio Linares
Marco,

I just tested it.

Its working fine in Vista Ultimate (32).

Posted: Wed Mar 12, 2008 2:52 pm
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