FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ERROR Fivehcm.lib - FWH 10.2 + xhb.com nov. 2009 (Solved)
Posts: 392
Joined: Tue Mar 10, 2009 11:54 AM
ERROR Fivehcm.lib - FWH 10.2 + xhb.com nov. 2009 (Solved)
Posted: Tue Mar 23, 2010 03:06 PM

Getting two unresolved externals with FWH 10.2:

xLINK: error: Unresolved external symbol '__topen referenced from Fivehcm.lib(NTXTOOLS.obj)'.
xLINK: error: Unresolved external symbol '_TreeView_SetItemState referenced from Fivehcm.lib(TREEVIEW.obj)'.
xLINK: fatal error: 2 unresolved external(s).

THX for help in advance

Windows 11 Pro 22H2 22621.1848

Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Harbour 3.2.0dev (r2008190002)

FWH 23.10 x86
Posts: 392
Joined: Tue Mar 10, 2009 11:54 AM
Re: ERROR Fivehcm.lib - FWH 10.2 + xhb.com nov. 2009
Posted: Wed Mar 24, 2010 08:13 AM

Solved,

xLINK: error: Unresolved external symbol '__topen referenced from Fivehcm.lib(NTXTOOLS.obj)'.

caused by the function 'cNtxKey()'!

xLINK: error: Unresolved external symbol '_TreeView_SetItemState referenced from Fivehcm.lib(TREEVIEW.obj)'.

caused by the class 'TTreeView()'!

Involved them only for some tests, don't need them anymore :D

Windows 11 Pro 22H2 22621.1848

Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Harbour 3.2.0dev (r2008190002)

FWH 23.10 x86

Continue the discussion