Search found 69 matches: hbhpdf

Return to advanced search

Re: archivos pdf en harbour

Prueba a enlazar estas dos librerias de Harbour:

libhpdf.lib y hbhpdf.lib
by Antonio Linares
Tue Jun 17, 2014 5:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: archivos pdf en harbour
Replies: 1
Views: 694

archivos pdf en harbour

... de archivos pdf con la clase tpdf, que me crea archivos muy rápido y pequeños, los cuales se envían por mail. Ahora quería probar la librería hbhpdf.lib que viene ahora tanto en harbour como en xharbour. Agregue en el buildh.bat de los ejemplos de fwh la librería hbhpdf.lib, y baje de internet ...
by surGom
Mon Jun 16, 2014 11:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: archivos pdf en harbour
Replies: 1
Views: 694

Re: Problema compilando / linkando FW64

SI Antonio, lo que te muestro es solo una lista parcial de todas las librerías. 13.12 -> Hbvm.lib 894334 13.11 -> Hbvm.lib 894334 09.12 -> Hbvm.lib 1410454 Además de las diferencias de tamaño, existen estas librerías que no se si debo añadirlas: Gtwvg_dll.lib Harbour-32.lib Hbamf_dll.lib Hb...
by El Loco
Wed Jan 15, 2014 5:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema compilando / linkando FW64
Replies: 19
Views: 4304

Re: Problema compilando / linkando FW64

... Hbformat.lib 92242 hbcplr.lib 797868 Hbfoxpro.lib 13752 hbct.lib 576040 Hbfship.lib 32972 hbct_dll.lib 86836 Hbgt.lib 51022 hbdebug.lib 593692 Hbhpdf.lib 280944 hbexpat.lib 101884 Hbhsx.lib 63554 hbexpat_dll.lib 16858 Hbhttpd.lib 190498 hbextern.lib 465980 Todo esta bajado desde el link de ...
by El Loco
Wed Jan 15, 2014 4:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema compilando / linkando FW64
Replies: 19
Views: 4304

Re: Error en TESTPRN6.PRG

Joao,

Aqui tienes la librería para xHarbour:

https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=hbhpdf.lib

No he probado aún ese ejemplo, ha debido ser una contribución de algún usuario de FWH
by Antonio Linares
Sat Apr 13, 2013 8:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en TESTPRN6.PRG
Replies: 9
Views: 2705

Re: Error en TESTPRN6.PRG

Gracias Maestro, Me hacia falta: echo %hdirl%\hbhpdf.lib + >> b32.bc echo %hdirl%\libharu.lib + >> b32.bc Ahora genera el archivo .PNG Pasta de c:\FWH1303\samples\png 12/04/2013 11:30 11.878 10263368.png 12/04/2013 11:41 11.878 10931317.png ...
by karinha
Fri Apr 12, 2013 2:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en TESTPRN6.PRG
Replies: 9
Views: 2705

Re: Error en TESTPRN6.PRG

These C files have to be compiled and included in the hbhpdf library too:

http://sourceforge.net/p/xharbour/code/HEAD/tree/trunk/xharbour/contrib/hbhpdf/

I am managing to build it for you...
by Antonio Linares
Fri Apr 12, 2013 1:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en TESTPRN6.PRG
Replies: 9
Views: 2705

Re: Error en TESTPRN6.PRG

Maestro, al anadir 20/01/2013 hbhpdf.lib me genera estos errores, que puede ser? ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ FiveWin for xHarbour 13.03 - Mar. 2013 xHarbour development power ³Ü ³ (c) ...
by karinha
Fri Apr 12, 2013 12:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en TESTPRN6.PRG
Replies: 9
Views: 2705

Re: Error en TESTPRN6.PRG

... 98.816 hbcgi.lib 20/01/2013 15:23 4.096 hbcomm.lib 20/01/2013 15:23 24.064 hbcurl.lib 20/01/2013 15:23 141.824 hbexpat.lib 20/01/2013 15:23 37.888 hbhpdf.lib 20/01/2013 15:23 5.632 hblzf.lib 20/01/2013 15:23 4.096 hbmagic.lib 20/01/2013 15:23 8.192 hbmlzo.lib 20/01/2013 15:23 54.784 hbmxml.lib ...
by karinha
Thu Apr 11, 2013 8:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en TESTPRN6.PRG
Replies: 9
Views: 2705

Re: Error en TESTPRN6.PRG

Gracias Maestro, esta HBHPDF.LIB No está en mi versión de xHarbour Para Fivewin 13.03.

¿Dónde puedo descargar todas las librerias de XHARBOUR completa?

Inclusive, HBCOMM.LIB no la tengo.

Gracias.
by karinha
Thu Apr 11, 2013 7:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en TESTPRN6.PRG
Replies: 9
Views: 2705

Re: Error en TESTPRN6.PRG

João,

Tienes que enlazar la librería hbhpdf.lib de Harbour
by Antonio Linares
Thu Apr 11, 2013 7:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en TESTPRN6.PRG
Replies: 9
Views: 2705

MR_Print: Harbour Print System (array, txt, prn, dbf => pdf)

//*---------------------------------------------------------------* // // M., Ronaldo: Print System for Harbour // // Class: MR_Print // // Uses: hbHPdf, hbZebra and hbMisc // //*----------------------------------------------------------------* . . . 1 - Files on project: 1.1 - Sources 1.2 - Demo ...
by imatech
Fri Oct 12, 2012 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MR_Print: Harbour Print System (array, txt, prn, dbf => pdf)
Replies: 0
Views: 726

Re: Haru Free PDF Library

Stefan, you have to link in these libs: hbhpdf.lib, libharu.lib, png.lib and zlib.lib for xHarbour. Got the hbhpdf.lib from here: http://xharbour.org/index.asp?page=download/windows/binaries_win and the png.lib from here: http://code.google.com/p/harbour-and-xharbour-builds/downloads/list ...
by frose
Mon Nov 28, 2011 2:22 pm
 
Forum: Utilities / Utilidades
Topic: Haru Free PDF Library
Replies: 21
Views: 9784

Re: Haru Free PDF Library

Frank,

you have to link in these libs: hbhpdf.lib, libharu.lib, png.lib and zlib.lib for xHarbour. If I remember right, the zlib.lib must replaced with hbziparc.lib, hbmzip.lib, hbzlib.lib and minizip.lib for Harbour.

I can sent you the libs if you need them.
by StefanHaupt
Mon Nov 28, 2011 1:42 pm
 
Forum: Utilities / Utilidades
Topic: Haru Free PDF Library
Replies: 21
Views: 9784

Re: Haru Free PDF Library

... -LIBPATH:"C:\xHB\lib" -LIBPATH:"C:\xHB\c_lib" -LIBPATH:"C:\xHB\c_lib\win" "harupdf.obj" "C:\xHB\Lib\hbhpdf.lib" "C:\xHB\Lib\png.lib" "C:\xHB\Lib\libcmt.LIB" "C:\xHB\Lib\libcpmt.lib" "C:\xHB\Lib\send32.lib" ...
by frose
Sat Nov 26, 2011 11:58 am
 
Forum: Utilities / Utilidades
Topic: Haru Free PDF Library
Replies: 21
Views: 9784
PreviousNext

Return to advanced search