FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour error with compiling 11.3
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM

error with compiling 11.3

Posted: Sun Apr 03, 2011 07:18 AM

when I compiling any sources with 11.3 i got error

Type: C >>>xhb.exe -o"t.c" -m -n -p0 -q -gc0 -I"S:\include" -I"R:\include" -I"R:\include\w32" "t.prg"<<<

xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6726)
Copyright 1999-2010, http://www.xharbour.org http://www.harbour-project.org/
Generating object output to 't.obj'...

Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"S:\lib" -LIBPATH:"R:\lib" -LIBPATH:"R:\c_lib" -LIBPATH:"R:\c_lib\win" "t.obj" "s:\xhb2.obj" "xhb3.obj" "FiveHCM.lib" "FiveHMX.lib" "OptG.lib" "xhb.lib" "dbf.lib" "nsx.lib" "ntx.lib" "cdx.lib" "rmdbfcdx.lib" "ct3comm.lib" crt.lib kernel32.lib user32.lib winspool.lib ole32.lib oleaut32.lib odbc32.lib odbccp32.lib uuid.lib wsock32.lib ws2_32.lib wininet.lib advapi32.lib shlwapi.lib msimg32.lib mpr.lib OleDlg.lib version.lib comctl32.lib comdlg32.lib gdi32.lib shell32.lib winmm.lib lz32.lib Netapi32.lib -out:"t.exe"<<<

Creating object: t.EXP
Creating library: t.LIB
xLINK: error: Unresolved external symbol '_HB_FUN_EXCELOBJ referenced from Fivehmx.lib(xbrowse.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_SUNCALCOBJ referenced from Fivehmx.lib(xbrowse.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_WINWORDOBJ referenced from Fivehmx.lib(rpreview.obj)'.
xLINK: fatal error: 3 unresolved external(s).

Type: C >>>Couldn't build: t.exe<<<
Type: C >>>TMAKEPROJECT<<<
Type: C >>>TMAKEPROJECT:REFRESH<<<
Type: N >>> 1423<<<

best regards

kajot
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: error with compiling 11.3

Posted: Sun Apr 03, 2011 07:25 AM

Kajot,

Those functions are implemented in FWH\source\function\olefuncs.prg

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM

Re: error with compiling 11.3

Posted: Sun Apr 03, 2011 07:39 AM

while I have to add \source\function\olefuncs.prg to may scrript ?

best regards

kajot
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: error with compiling 11.3

Posted: Sun Apr 03, 2011 09:22 AM

Yes, please :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion