FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Antonio: linking errors (Not solved)
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Antonio: linking errors (Not solved)
Posted: Tue Dec 24, 2013 05:08 AM
Antonio:

I'm getting linking errors when building the SAMPSIX.PRG included in FW 10.06. I'm trying to build the app with FW 13.09. What libraries I'm missing ? Here are the errors:
Code (fw): Select all Collapse
Compiling...
xHarbour 1.2.3 Intl. (SimpLex) (Build 20130422)
Copyright 1999-2013, http://www.xharbour.org <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m -->
Compiling 'sampsix.prg' and generating preprocessed output to 'sampsix.ppo'...
Generating C source output to 'sampsix.c'...
Done.
Lines 40, Functions/Procedures 1, pCodes 106
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
sampsix.c:
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_SIX' referenced from C:\T\SAMPSIX.OBJ
Error: Unresolved external '_HB_FUN_SX_SETFILETYPE' referenced from C:\T\SAMPSIX.OBJ
Error: Unresolved external '_HB_FUN_SX_SETCENTURY' referenced from C:\T\SAMPSIX.OBJ
Error: Unresolved external '_HB_FUN_SX_SETDELETED' referenced from C:\T\SAMPSIX.OBJ
Error: Unresolved external '_HB_FUN_SX_SETEPOCH' referenced from C:\T\SAMPSIX.OBJ
* Linking errors *
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Antonio: linking errors
Posted: Tue Dec 24, 2013 01:49 PM

Gustavo,

Please link hbsix.lib from xHarbour

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: Antonio: linking errors
Posted: Tue Dec 24, 2013 09:05 PM
Antonio:

The latest xHarbour does not have the hbsix library. ALso in my FW 1309 batch (buildx.bat) file I have the following:
Code (fw): Select all Collapse
echo %hdirl%\hbsix.lib + >> b32.bc

Any clues ?

Thank you
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Antonio: linking errors (Not solved)
Posted: Wed Dec 25, 2013 10:25 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion