Page 1 of 1

harupdf in HMG.3.0.35 ???

Posted: Fri May 27, 2011 1:57 am
by danielmaximiliano
hola a todos:
estoy intentando usar harupdf pero no estan las lib
libhbhpdf.a en hmg.3.0.35\lib
agrego dicha libreria pero sigo con un error al compilar
Google Translate
hi all:
I'm trying to use harupdf but are not the lib
libhbhpdf.a in hmg.3.0.35 \ lib
I add this library but I still have an error compiling

Code: Select all

C:/hmg.3.0.35/harbour/lib/libhbhpdf.a(harupdf.o):harupdf.c:(.text+0x46): undefined reference to `HPDF_ExtGState_SetBlendMode'
C:/hmg.3.0.35/harbour/lib/libhbhpdf.a(harupdf.o):harupdf.c:(.text+0x8b): undefined reference to `HPDF_ExtGState_SetAlphaFill'
C:/hmg.3.0.35/harbour/lib/libhbhpdf.a(harupdf.o):harupdf.c:(.text+0xcb): undefined reference to `HPDF_ExtGState_SetAlphaStroke'
....................................
....................................
C:/hmg.3.0.35/harbour/lib/libhbhpdf.a(harupdf.o):harupdf.c:(.text+0x413a): undefined reference to `HPDF_SetPassword'
C:/hmg.3.0.35/harbour/lib/libhbhpdf.a(harupdf.o):harupdf.c:(.text+0x4187): undefined reference to `HPDF_SetPermission'
collect2: ld returned 1 exit status
hbmk2: Error: Running linker. 1
gcc.exe .hbmk\win\mingw\main.o .hbmk\win\mingw\_hbmkaut.o _temp.o    -mwindows -Wl,--start-group -lhbzebra -lhbhpdf -lhmg -lhbmysql -lmysql -lcrypt -ledit -leditex -lgraph -lini -lreport -lhbwin -lhbziparc -lhbmzip -lmsvfw32 -lvfw32 -lsddodbc -lrddsql -lsddmy -lhbodbc -lodbc32 -lhbhpdf -lhbvpdf -lhbmemio -lhbsqlit3 -lsqlite3 -lhbfimage -lhbpgsql -lpq -lhbtip -lhbct -lhbmisc -lhbnetio -lxhb -lhbextern -lhbdebug -lhbvm -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx -lrddnsx -lrddfpt -lhbrdd -lhbhsx -lhbsix -lhbmacro -lhbcplr -lhbpp -lhbcommon -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib  -Wl,--end-group -oDemozebra.exe -LC:/hmg.3.0.35/harbour/lib -LC:/hmg.3.0.35//lib -LC:/HBZEBRA/
 
DaNiElMaXiMiLiAnO

Re: harupdf in HMG.3.0.35 ???

Posted: Fri May 27, 2011 4:09 am
by Rathinagiri
Had you tried to compile and create the library from the source file?

Re: harupdf in HMG.3.0.35 ???

Posted: Fri May 27, 2011 4:14 pm
by danielmaximiliano
Hola Rathinagiri :
en minigui .1.96, estan hbZebra y harupdf desde los fuentes e compilado.
agregado harupdf.ch y hbzebra y sus libs igual tengo el error al compilar.
las libs donde hay que agregarlas?
en \hmg.3.0.35\lib
o en \hmg.3.0.35\harbour\lib


Hi Rathinagiri:
in MiniGUI .1.96, are hbZebra and harupdf from source and compiled.
harupdf.ch and hbzebra added libs and I have the same error when compiling
the libs where you have to add?
in \ hmg.3.0.35 \ lib
or \ hmg.3.0.35 \ harbor \ lib

saludos / Greetings
DaNiElMaXiMiLiAnO

Re: harupdf in HMG.3.0.35 ???

Posted: Fri May 27, 2011 4:56 pm
by Rathinagiri
I don't have any experience in this. However I think, the directory is not a problem.

Let me try.

Re: harupdf in HMG.3.0.35 ???

Posted: Fri May 27, 2011 6:48 pm
by danielmaximiliano
Gracias Rathinagiri por tu tiempo, voy a ver si reviso el fuente de harupdf para saber donde conducen las referencias sin definir.

Rathinagiri Thanks for your time, I'll see if I check the source to see where they lead harupdf references undefined.

Saludos/Greetings
DaNiElMaXiMiLiAnO