Search found 29 matches: deflate

Return to advanced search

Haru Free PDF Library

... following features. 1. Generating PDF files with lines, text, images. 2. Outline, text annotation, link annotation. 3. Compressing document with deflate-decode. 4. Embedding PNG, Jpeg images. 5. Embedding Type1 font and TrueType font. 6. Creating encrypted PDF files. 7. Using various character ...
by anserkk
Wed Feb 10, 2010 8:44 am
 
Forum: Utilities / Utilidades
Topic: Haru Free PDF Library
Replies: 21
Views: 9784

Error compilando hbzip

Estimados, tengo este error cuando compilo con la clase hbzip con xHarbour Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_adler32' referenced from C:\WORK\XHARBOUR\LIB\RTL.LIB|hbcrypt Error: Unresolved external '_inflateEnd' referenced from C:\WORK\XHARBOUR...
by DiGregorio
Tue Jul 21, 2009 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando hbzip
Replies: 1
Views: 477

Re: zip and unzip

... b32.bcecho %hdir%\lib\hbcpage.lib + >> b32.bcecho %hdir%\lib\hbw32.lib + >> b32.bc I get a number of errors: wild2regEx inflateend deflate get_crc_table deflateinit2 crc32 fscurdirbuffex inflateinit2 inflate retcadagrt
by hag
Wed Jun 03, 2009 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: zip and unzip
Replies: 8
Views: 1469

Re: Drawing PNG from Resources !!!

... for separated CMYK (use | to combine with compression flags) #define TIFF_PACKBITS       0x0100  // save using PACKBITS compression #define TIFF_DEFLATE        0x0200  // save using DEFLATE compression (a.k.a. ZLIB compression) #define TIFF_ADOBE_DEFLATE  0x0400  // save using ADOBE DEFLATE compression ...
by ukoenig
Sat May 16, 2009 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing PNG from Resources !!!
Replies: 7
Views: 7120

xHarbour.org 1.21

... al momento de enlazar : Error: Unresolved external 'inflateEnd' referenced from C:\XHRB121\LIB\HBZIP.LIB|ziparchive Error: Unresolved external 'deflate' referenced from C:\XHRB121\LIB\HBZIP.LIB|ziparchive Error: Unresolved external 'get_crc_table' referenced from C:\XHRB121\LIB\HBZIP.LIB|ziparchive ...
by Enrrique Vertiz
Sat Apr 11, 2009 7:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour.org 1.21
Replies: 2
Views: 699

hbzip FIVEWIN 8.03 / 8.09

Estou tendo problemas com HBZIP USO HBMAKE meu makefile esta assim LIBFILES = \tools\bcc55\lib\psdk\msimg32.lib // \tools\noway\noway.lib // \tools\twbrowse\twbrowse.lib // \tools\hbcomm\hbcomm2.lib // rddads.lib ace32.lib hbzip.lib // $(FWH)\lib\fivehx.lib $(FWH)\lib\fivehc.lib lang.lib vm.lib rtl....
by luiz53
Fri Sep 26, 2008 9:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbzip FIVEWIN 8.03 / 8.09
Replies: 1
Views: 647

Link problems with 8.05

Borland compile. FWH 8.05 + 8.05's xHarbour + latest may '08 xHB.com's builder beta: ----------------- Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external 'AlphaBlend' referenced from D:\FWH\LIB\FIVEHC.LIB|BRUSHES Error: Unresolved external '_inflateEnd' reference...
by Colin Wisbey
Tue May 20, 2008 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link problems with 8.05
Replies: 4
Views: 1093

Error HBZIP.LIB

I've a problem with HBZIP.LIB with the version FWh + xHb 8.03 it's OK :) with the version 8.04 it isn't OK :cry: , the link indicates c:\bcc55\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_inflateEnd' referenced from ...
by stefano
Sun Apr 27, 2008 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error HBZIP.LIB
Replies: 13
Views: 3429

Error con Hbzip para xHarbour Version 8.04

Antonio, Instale la nueva version 8.04 y me da problemas con la libreria Hbzip, usando las funciones HB_Zipfile() y HB_Unzipfile() estoy compilando con xHarbour. Veo que HBZIP.LIB tiene fecha de 2008.04.11 y el resto de las librerias de xHarbour tienen fecha de 2008.04.18. Detalle del error Error: U...
by audisys
Fri Apr 18, 2008 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con Hbzip para xHarbour Version 8.04
Replies: 9
Views: 2483

... crc32.c c:\vce\bin\clarm -c /DARM /DUNICODE -D__HARBOUR__ -DHB_API_MACROS -D__FLAT__ -Ic:\harbour_ce\harbour\include -Ic:\vce\include\arm -Fodeflate.obj deflate.c c:\vce\bin\clarm -c /DARM /DUNICODE -D__HARBOUR__ -DHB_API_MACROS -D__FLAT__ -Ic:\harbour_ce\harbour\include -Ic:\vce\include\arm ...
by Antonio Linares
Fri Apr 13, 2007 10:31 pm
 
Forum: FiveWin for Pocket PC
Topic: Using archives ZIP
Replies: 25
Views: 9555

Lo descargue desde este foro (utilidades) pero ...

Ya lo pude descargar desde este foro (utilidades), pero ... Al linkar la libreria me arroja estos errores. ¿saben porque? Uso FWH 2.6 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. =============================================== = Montado fichero b32.bc para el linkador = =======...
by AngelSalom
Fri Mar 09, 2007 11:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBZIP.LIB!!
Replies: 4
Views: 1539

Re: Errores de compilacion

Mike. Losl Zipper, Ziper2 y Zipper3 que puse en el link han sido creado para xHarbour como dice Antonio. Lo que pasa que la librería hbZip se encuentra en esta versión y no lo he visto en Harbour. Puedes ver qué sucede si haces una copia de hbZip y lo colocas como librería de Harbour y haces el proc...
by Armando Picon
Mon Aug 07, 2006 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbzip
Replies: 6
Views: 1612

Errores de compilacion

Gracias Antonio por el link. Mira, cuando incluyo la librería y compilo el ejemplo (zipper) que hay en el foro me sale lo siguiente: Compilando ... Harbour Compiler Alpha build 43.0 (Flex) Copyright 1999-2004, http://www.harbour-project.org/ Compiling 'zipper.prg'... 100 200 300 Lines 330, Functions...
by Mike Serra
Sun Aug 06, 2006 10:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbzip
Replies: 6
Views: 1612

Problemas linkando HBZIP.LIB

Hola foro, estoy intentando echar a correr HBZIP.LIB en mi aplicación y al incluirlo en mi fichero de linkado, me arroja los siguientes errores : Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_Wild2RegEx' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZ...
by AngelSalom
Tue Apr 04, 2006 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas linkando HBZIP.LIB
Replies: 7
Views: 1821
Previous

Return to advanced search