Page 1 of 1

Compile Errors

PostPosted: Sat Nov 18, 2017 11:58 am
by Jeff Barnes
I am trying to switch from xHarbour to Harbour so I can use the scripting ability of Harbour.

Using the ..\samples\BuildH.bat to compile and I get the following compiler errors.
What am I missing?

Compiling...
Harbour 3.0.0 (Rev. 16951)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'ScanTest.prg' and generating preprocessed output to 'ScanTest.ppo'...
Lines 5471, Functions/Procedures 3
Generating C source output to 'ScanTest.c'... Done.
Embarcadero C++ 7.30 for Win32 Copyright (c) 1993-2017 Embarcadero Technologies, Inc.
ScanTest.c:
Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN_HB_BLEN' referenced from C:\FWH1611\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN___OLEVARIANTNEW' referenced from C:\FWH1611\LIB\FIVEH.LIB|ADOFUNCS
Error: Unresolved external '_HB_FUN_OCCURS' referenced from C:\FWH1611\LIB\FIVEH.LIB|XBROWSE
Error: Unresolved external '_hb_extIsNil' referenced from C:\FWH1611\LIB\FIVEHC.LIB|RICHEDIT
Error: Unresolved external '_HB_FUN_HB_TSTOUTC' referenced from C:\FWH1611\LIB\FIVEH.LIB|VALTOSTR
Error: Unable to perform link
* Linking errors *

Re: Compile Errors

PostPosted: Sat Nov 18, 2017 12:21 pm
by Jeff Barnes
Please ignore this post. I have solved the problem.
I reinstalled Harbour from https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/ and ow it compiles :)

Re: Compile Errors

PostPosted: Sun Nov 19, 2017 10:48 am
by Antonio Linares
very good :-)