Search found 183 matches: hbzlib

Return to advanced search

Error al compilar en FWH64

... echo %hdirl%\hbct.lib >> msvc.tmp echo %hdirl%\hbziparc.lib >> msvc.tmp echo %hdirl%\hbmzip.lib >> msvc.tmp echo %hdirl%\hbzlib.lib >> msvc.tmp echo %hdirl%\minizip.lib >> msvc.tmp echo %hdirl%\xhb.lib >> msvc.tmp rem Uncomment these two lines to use ...
by El Loco
Fri Sep 23, 2011 11:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar en FWH64
Replies: 2
Views: 684

Re: Necesito una ayudita sobre ZIP con harbour

... hbmacro.lib hbrdd.lib rddntx.lib rddcdx.lib rddfpt.lib hbsix.lib hbdebug.lib hbcommon.lib hbpp.lib hbcpage.lib hbwin.lib hbusrrdd.lib hbziparc.lib hbzlib.lib hbmzip.lib gtcgi.lib gtwin.lib hbnf.lib hbtip.lib hbpcre.lib minizip.lib Aqui estan los cambios a los nombres de las librerias, salvo algunos ...
by Lautaro
Thu Sep 01, 2011 11:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito una ayudita sobre ZIP con harbour
Replies: 3
Views: 976

Error when compiling using HBZLIB and HBMZIP FWPPC

... developing a routine (FWPPC February 2010) to compress files in a Zip format and later send them using FTP to my main server. I have tried using HBZLIB and HBMZIP libraries, including the last one I downloaded from fivewnin-contribuitions, and it's giving me the following error: --------------------------------------------------------------------------------------------------- ...
by dbfer
Tue Aug 02, 2011 10:23 pm
 
Forum: FiveWin for Pocket PC
Topic: Error when compiling using HBZLIB and HBMZIP FWPPC
Replies: 0
Views: 519

Error al generar archivos ZIP en FWPPC

... aplicacion y exportarlos al servidor central via FTP, pero en un solo archivo comprimido ZIP. He probado de diferentes formas usando las librerias HBZLIB y HBMZIP, incluso descargue la ultima HBZLIB del 22/06/2011 publicada en fivewin-contributions; sin embargo, me muestra el siguiente error : ...
by dbfer
Tue Aug 02, 2011 5:35 am
 
Forum: FiveWin para Pocket PC
Topic: Error al generar archivos ZIP en FWPPC
Replies: 0
Views: 492

Re: compress and decompress zip files


Thanks, but i think that i need some a one another library - hbmzip.lib ;-)
by marekrz
Wed Jun 29, 2011 6:58 am
 
Forum: FiveWin for Pocket PC
Topic: compress and decompress zip files
Replies: 13
Views: 6027

Re: Upgrade Errror From FWH107 to FWH113

... HBZIPARC_LIB = $(HARBOUR_LIB_DIR)\hbziparc.lib HBMZIP_LIB = $(HARBOUR_LIB_DIR)\hbmzip.lib HBZLIB_LIB = $(HARBOUR_LIB_DIR)\hbzlib.lib MINIZIP_LIB = $(HARBOUR_LIB_DIR)\minizip.lib # Advantage libraries ######################################################## RDDADS_LIB = ...
by acwoo1
Sun Apr 10, 2011 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Errror From FWH107 to FWH113
Replies: 12
Views: 3080

Re: HBZIP

... in the folder \Harbour\Lib Buildh.bat contents echo %hdirl%\hbziparc.lib + >> b32.bc echo %hdirl%\hbmzip.lib + >> b32.bc echo %hdirl%\hbzlib.lib + >> b32.bc echo %hdirl%\minizip.lib + >> b32.bc Regards Anser
by anserkk
Sat Jul 03, 2010 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBZIP
Replies: 9
Views: 2235

Re: Probando PNG Reader

Gracias, tenemos el hbzlib.lib para Harbour.

Un Saludo.
by softruz
Wed May 19, 2010 7:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Probando PNG Reader
Replies: 5
Views: 1532

Re: Probando PNG Reader

Softruz debes enlazar para xharbour zlib.lib y para Harbour hbzlib.lib, disculpa olvide mencionarlo para resolver IsGdiObject() coloca esto #pragma BEGINDUMP#include <windows.h>#include <hbapi.h>HB_FUNC( ISGDIOBJECT ){    ...
by Daniel Garcia-Gil
Tue May 18, 2010 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Probando PNG Reader
Replies: 5
Views: 1532

Re: A vueltas con zip

Muchisimas gracias.
Problema resuelto, bastó con cambiar el ordern de proceso de las librerías, porniendo:
hbziparc.lib
hbmzip.lib
hbzlib.lib
antes de las propias de Fivewin.

Un saludo
José Luis
by groiss
Mon Apr 12, 2010 11:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: A vueltas con zip
Replies: 10
Views: 1628

Convertir Imagenes PNG - BMP desde codigo

... como Bitmaps, lamentablemente los niveles transparencias ( canal alpha ) no estas soportadas :( (esto es solo para pruebas) Harbour: Link: hbzlib.lib LIB: http://www.sitasoft.net/fivewin/lib/harbour/fwpngh.lib ejemplo: http://www.sitasoft.net/fivewin/samples/tpngh.rar ...
by Daniel Garcia-Gil
Sun Mar 28, 2010 2:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Convertir Imagenes PNG - BMP desde codigo
Replies: 6
Views: 1358

convert PNG to BMP from code

... read PNG image and show like bitmap image, the level transparences ( alpha channel) is not support :( (this is only for test) for Harbour: Link: hbzlib.lib LIB: http://www.sitasoft.net/fivewin/lib/harbour/fwpngh.lib sample: http://www.sitasoft.net/fivewin/samples/tpngh.rar ...
by Daniel Garcia-Gil
Sun Mar 28, 2010 2:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert PNG to BMP from code
Replies: 0
Views: 579

Re: error upgrade from fwh7.11 to fwh9.10

... and it runs ok. I also tried a few samples in c:\fwh\samples and they run ok. I overwrite my lib from those that can be found in c:\harbour\lib (hbzlib.lib, hbsix.lib and gtgui.lib). Could the other lib I am using giving me the problem. My make file: ############################################################################## ...
by acwoo1
Wed Nov 11, 2009 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 6022

Como gerar o exe apesar de um "unresolved external"

... hbrtl.lib gtwin.lib hblang.lib hbrdd.lib hbmacro.lib hbpp.lib rddfpt.lib rddntx.lib rddcdx.lib hbhsx.lib hbsix.lib hbcommon.lib hbpcre.lib hbzlib.lib
by Coiote
Thu Nov 05, 2009 9:07 am
 
Forum: All products support
Topic: Como gerar o exe apesar de um "unresolved external"
Replies: 1
Views: 920
PreviousNext

Return to advanced search