Page 1 of 1

16.10 Unresolved external symbol _hb_partdt

Posted: Sun Nov 06, 2016 3:34 pm
by Diego Decandia
xLINK: error: Unresolved external symbol '_hb_partdt referenced from FiveHMX.lib(VALTOSTR.obj)'.

I'm using xHarbour.com

Re: 16.10 Unresolved external symbol _hb_partdt

Posted: Mon Nov 07, 2016 5:11 pm
by Antonio Linares
Diego,

We are checking it to implement a solution for it asap

many thanks

Re: 16.10 Unresolved external symbol _HB_FUN_HB_TSTOUTC

Posted: Mon Nov 14, 2016 6:29 pm
by cdmmaui
Hello,

Can you provide the library name that contains the subject unresolved external symbol?

Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_HB_TSTOUTC' referenced from C:\FWH1212\LIB\FIVEH.LIB|VALTOSTR

Re: 16.10 Unresolved external symbol _hb_partdt

Posted: Mon Nov 14, 2016 7:24 pm
by Antonio Linares
Darrell,

Please try with hbformat.lib

Re: 16.10 Unresolved external symbol _hb_partdt

Posted: Mon Nov 14, 2016 7:43 pm
by cdmmaui
Hi Antonio,

That LIB does not exist in the latest FWH version.

Sincerely,

Re: 16.10 Unresolved external symbol _hb_partdt

Posted: Mon Nov 14, 2016 8:11 pm
by cnavarro
cdmmaui wrote:Hi Antonio,

That LIB does not exist in the latest FWH version.

Sincerely,
This lib It's a lib of harbour distribution

Re: 16.10 Unresolved external symbol _hb_partdt

Posted: Mon Nov 14, 2016 8:32 pm
by cdmmaui
Hello,

I am still getting the same error. Do you need to upgrade to Harbour BCC7?

Sincerely,

Re: 16.10 Unresolved external symbol _hb_partdt

Posted: Mon Nov 14, 2016 8:37 pm
by cdmmaui
Hello,

I tried to build (BUILDH.BAT) a sample application and got the following errors.

ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³ FiveWin for Harbour 16.10 - Oct. 2016 Harbour development power ³Ü
³ (c) FiveTech 1993-2016 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 ³Û
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙÛ
ÿ ßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßß
Compiling...
Harbour 3.2.0dev (Rev. 18449)
Copyright (c) 1999-2012, http://harbour-project.org/
Compiling 'testxbrw.prg' and generating preprocessed output to 'testxbrw.ppo'...
.
.
.
Lines 6095, Functions/Procedures 24
Generating C source output to 'testxbrw.c'... Done.
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
testxbrw.c:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_OCCURS' referenced from C:\FWH1212\LIB\FIVEH.LIB|XBROWSE
Error: Unresolved external '_hb_extIsNil' referenced from C:\FWH1212\LIB\FIVEHC.LIB|RICHEDIT
Error: Unresolved external '_HB_FUN_HB_TSTOUTC' referenced from C:\FWH1212\LIB\FIVEH.LIB|VALTOSTR
* Linking errors *

Re: 16.10 Unresolved external symbol _hb_partdt

Posted: Mon Nov 14, 2016 8:51 pm
by Antonio Linares
Darrell,

You are using FWH 16.10 but you are linking libs from C:\FWH1212

Error: Unresolved external '_HB_FUN_OCCURS' referenced from C:\FWH1212\LIB\FIVEH.LIB|XBROWSE
Error: Unresolved external '_hb_extIsNil' referenced from C:\FWH1212\LIB\FIVEHC.LIB|RICHEDIT
Error: Unresolved external '_HB_FUN_HB_TSTOUTC' referenced from C:\FWH1212\LIB\FIVEH.LIB|VALTOSTR

Re: 16.10 Unresolved external symbol _hb_partdt

Posted: Mon Nov 14, 2016 8:52 pm
by Antonio Linares
Darrell,

Yes, if you plan to use FWH 16.10 then you need bcc 7

Re: 16.10 Unresolved external symbol _hb_partdt

Posted: Tue Nov 15, 2016 1:43 am
by nageswaragunupudi
You also need to use the latest version of Harbour