FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour OT? ZIP VISTA?
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
OT? ZIP VISTA?
Posted: Wed Mar 12, 2008 10:57 AM

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:

Marco Boschi
info@marcoboschi.it
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
OT? ZIP VISTA?
Posted: Wed Mar 12, 2008 01:57 PM

Marco,

I just tested it.

Its working fine in Vista Ultimate (32).

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
OT? ZIP VISTA?
Posted: Wed Mar 12, 2008 02:52 PM

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

Marco Boschi
info@marcoboschi.it

Continue the discussion