Search found 8 matches: getunzipfile

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: 5710

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: 5710

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: 905

32 bits version of IsZip/GetFirstInZip/GetNextInZip

Hello, I want to know where I can find the 32 bits version of :

IsZip
GetFirstInZip
GetNextInZip
and UnZipFile too

I already found HB_GETUNZIPFILE in spanish forum but it generate error.


PS.: I use xHarbour 1.1.0 + FwXh 8.02
and already add lib HBZIP.LIB im my project
by sambomb
Wed Oct 15, 2008 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 32 bits version of IsZip/GetFirstInZip/GetNextInZip
Replies: 0
Views: 409

versão 32 bits do IsZip/GetFirstInZip/GetNextInZip

Olá, gostaria de saber onde posso achar as funções em 32 bits equivalentes das seguintes funções: IsZip GetFirstInZip GetNextInZip e também para a função UnZipFile (ja achei no fórum o HB_GETUNZIPFILE mas gera erro ao compilar) OBS.:uso xHarbour 1.1.0 + FwXh 8.02 já adicionei a lib HBZIP.LIB
by sambomb
Wed Oct 15, 2008 5:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: versão 32 bits do IsZip/GetFirstInZip/GetNextInZip
Replies: 0
Views: 328

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: 1983

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: 4295

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: 1846

Return to advanced search