Search found 10 matches: zipfilebypkspan

Return to advanced search

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify(<nClassH>)-><acBrokenMessages>|Nil __objAddData(<oObject>,<cDataName>)->oObject __objAddInline(<oObject>,<cInlineName>,<bInline>)->oObject __objAddMethod(<oObject>,<cMethodName>,<nFuncPtr>)->oObject __objDelInline(&l...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify __objAddData __objAddInline __objAddMethod __objDelInline __objDelMethod __objDelMethod __objDerivedFrom __objGetMethodList __objGetValueList __objModInline __objModMethod __objSetValueList __Pack __Run __Zap AAdd Abs AChoice AClone ACopy ACos AddASCII AddMonth ADel ADir ADSBlob2File ADS...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: HB_ZIPFILE() & HB_UNZIPFILE() for Harbour/xHarbour (FTDN)?

Hi, After I upgraded from fwh9.11 to fwh10.6, I get the following error. Error: Unresolved external '_HB_FUN_HB_ZIPFILE' referenced from C:\EC160402\C11.OBJ Error: Unresolved external '_HB_FUN_HB_GETFILESINZIP' referenced from C:\EC160402\C11.OBJ Error: Unresolved external '_HB_FUN_HB_UNZIPFILE' ref...
by acwoo1
Sat Jul 03, 2010 4:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPFILE() & HB_UNZIPFILE() for Harbour/xHarbour (FTDN)?
Replies: 16
Views: 5983

Re: Zip functions - I'm in trouble

I'm using the following functions: /* * $DOC$ * $FUNCNAME$ * HB_ZIPFILE() * $CATEGORY$ * Zip Functions * $ONELINER$ * Create a zip file * $SYNTAX$ * HB_ZIPFILE( <cFile>, <cFileToCompress> | <aFiles>, <nLevel>, * <bBlock>, <lOverWrite>, <cPassword>, <lWith...
by Enrico Maria Giordano
Sun Aug 30, 2009 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Zip functions - I'm in trouble
Replies: 1
Views: 907

Re: TESTZIP

That sample is for 16 bit only. Use xHarbour ZIP management instead. This is the docs from xHarbour CVS: /* * $DOC$ * $FUNCNAME$ * HB_ZIPFILE() * $CATEGORY$ * Zip Functions * $ONELINER$ * Create a zip file * $SYNTAX$ * HB_ZIPFILE( <cFile>, <cFileToCompress> | <aFiles>, <nLevel&g...
by Enrico Maria Giordano
Fri Jan 05, 2007 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TESTZIP
Replies: 3
Views: 1992

Here it is: /* * $DOC$ * $FUNCNAME$ * HB_ZIPFILE() * $CATEGORY$ * Zip Functions * $ONELINER$ * Create a zip file * $SYNTAX$ * HB_ZIPFILE( <cFile>, <cFileToCompress> | <aFiles>, <nLevel>, * <bBlock>, <lOverWrite>, <cPassword>, <lWithPath>, <lWithDriv...
by Enrico Maria Giordano
Thu Feb 23, 2006 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIPS Functions
Replies: 11
Views: 4307

Re: zip SPAN

In preceding posts, Antonio said I should use the hbzip.lib found in xharbour.org to Zip files. 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: #in...
by Richard Chidiak
Wed Nov 02, 2005 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: zip SPAN
Replies: 8
Views: 3705

zip SPAN

In preceding posts, Antonio said I should use the hbzip.lib found in xharbour.org to Zip files. 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: #inc...
by Maverich
Tue Nov 01, 2005 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: zip SPAN
Replies: 8
Views: 3705

Re: uso di zip-unzip

/* * $DOC$ * $FUNCNAME$ * HB_ZIPFILE() * $CATEGORY$ * Zip Functions * $ONELINER$ * Create a zip file * $SYNTAX$ * HB_ZIPFILE( <cFile>, <cFileToCompress> | <aFiles>, <nLevel>, * <bBlock>, <lOverWrite>, <cPassword>, <lWithPath>, <lWithDrive>, * <...
by Enrico Maria Giordano
Fri Oct 28, 2005 11:18 am
 
Forum: All products support
Topic: uso di zip-unzip
Replies: 1
Views: 1848

I have added hbzip.lib that I downloaded from the xharbour site to my harbour\lib directory. I modified the default Buildh.bat file to add "echo %hdir%\lib\hbzip.lib + >> b32.bc". Running the compile/link batch still give me the following errors. Should not adding the hbzip.lib file provide t...
by Richard Chidiak
Wed Oct 26, 2005 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 5978

Return to advanced search