Page 1 of 1

build error : c:\hmg.3.4.4\SAMPLES\HFCL\QHTM

Posted: Tue Jun 05, 2018 12:58 am
by hmgchang
Dear Friends,

another build error : c:\hmg.3.4.4\SAMPLES\HFCL\QHTM

build.log :

Code: Select all

hbmk2: Linking... Demo.exe
C:/hmg.3.4.4/lib\libhfcl.a(h_qhtm.o):h_qhtm.c:(.data+0x1f8): undefined reference to `HB_FUN_QHTM_GETSCROLLPOS'
C:/hmg.3.4.4/lib\libhfcl.a(h_qhtm.o):h_qhtm.c:(.data+0x208): undefined reference to `HB_FUN_QHTM_SETSCROLLPOS'
C:/hmg.3.4.4/lib\libhfcl.a(h_qhtm.o):h_qhtm.c:(.data+0x298): undefined reference to `HB_FUN_QHTM_SETZOOMLEVEL'
collect2.exe: error: ld returned 1 exit status
hbmk2[Demo]: Error: Running linker. 1
gcc.exe .hbmk/win/mingw/demo.o .hbmk/win/mingw/_hbmkaut_demo.o c:/hmg.3.4.4/SAMPLES/HFCL/QHTM/_temp.o    -pthread  -static-libgcc  -static-libstdc++  -static -lpthread -mwindows -Wl,--start-group -lhmg -lcrypt -ledit -leditex -lgraph -lini -lreport -lhfcl -lmsvfw32 -lvfw32 -lhbmysql -lmysql -lhbfimage -lhbpgsql -lsddmy -lhbvpdf -lhbct -lhbwin -lhbmzip -lminizip -lhbmemio -lhbmisc -lhbtip -lsqlite3 -lhbsqlit3 -lsddodbc -lrddsql -lhbodbc -lodbc32 -lhbhpdf -lhbnetio -lxhb -lpng -llibhpdf -lhbzebra -lhbextern -lhbdebug -lhbvmmt -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx -lrddnsx -lrddfpt -lhbrdd -lhbhsx -lhbsix -lhbmacro -lhbcplr -lhbpp -lhbcommon -lhbmainwin -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -liphlpapi -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib   -Wl,--end-group -oDemo.exe  -LC:/hmg.3.4.4/harbour/lib/win/mingw -LC:/hmg.3.4.4/lib

hbmk2: Error: Referenced, missing, but unknown function(s):
       QHTM_GETSCROLLPOS(), QHTM_SETSCROLLPOS(), QHTM_SETZOOMLEVEL()
Pls advise how to fix or any patch available ?

TIA

best rgds,
Chang

Re: build error : c:\hmg.3.4.4\SAMPLES\HFCL\QHTM

Posted: Tue Jun 05, 2018 3:13 pm
by andyglezl
Hi Chang

Yo no había probado este ejemplo, pero quizá no se pusieron bien los nombres de funciones.
-------------------------------------------------------------------------------------------------------------------
Hi Chang

I had not tried this example, but maybe they did not get the function names right.

QHTM.png
QHTM.png (351.85 KiB) Viewed 1497 times

Re: build error : c:\hmg.3.4.4\SAMPLES\HFCL\QHTM

Posted: Tue Jun 05, 2018 8:43 pm
by hmgchang
Thanks AGL,
Since it is in HMG installation package,
I guess it should be able to work... maybe missing something ...
Hope someone does help...