Ok, I've used it, but calling the function
HB_ZIPFILEBYPKSPAN
causes a FiveWin GPF.
I've tried that function in Xharbour console, it plays well. It seems an incompatibility with FWH.
Here's the code:
- Code: Select all Expand view
#include "FiveWin.ch"
FUNCTION main()
hb_setdiskzip( { | nDisk | Alert( "Please insert disk no " + Str( nDisk, 3 ) ) } )
IF HB_ZIPFILEBYPKSPAN( "a:\TEST.ZIP", "TEST.PRG" )
Alert( "File was successfully created" )
ENDIF
RETURN NIL
Any suggestion?
thanks