FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Unresolved externals with Harbour [Solved]
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Unresolved externals with Harbour [Solved]
Posted: Tue Apr 18, 2017 02:56 PM
How to fix the following unresolved externals?

Code (fw): Select all Collapse
Harbour 3.2.0dev (r1605041350)
Copyright (c) 1999-2016, http://harbour-project.org/
Embarcadero C++ 7.20 for Win32 Copyright (c) 1993-2016 Embarcadero Technologies, Inc.
test.c:
Turbo Incremental Link 6.75 Copyright (c) 1997-2016 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN___CLSACTIVE' referenced from E:\FWHARBOUR\LIB\FIVEHX.LIB|DDE
Error: Unresolved external '_hb_itemPutDTL' referenced from E:\FWHARBOUR\LIB\FIVEHX.LIB|VALTOSTR
Error: Unresolved external '_hb_part' referenced from E:\FWHARBOUR\LIB\FIVEHX.LIB|VALTOSTR
Error: Unresolved external '_hb_pardtd' referenced from E:\FWHARBOUR\LIB\FIVEHX.LIB|VALTOSTR
Error: Unresolved external '_hb_itemPutDTD' referenced from E:\FWHARBOUR\LIB\FIVEHX.LIB|VALTOSTR
Error: Unresolved external '_HB_FUN_HB_DBG_VMSTKLCOUNT' referenced from E:\FWHARBOUR\LIB\FIVEHX.LIB|HARBOUR
Error: Unresolved external '_HB_FUN_HB_DBG_VMPARLLIST' referenced from E:\FWHARBOUR\LIB\FIVEHX.LIB|HARBOUR
Error: Unresolved external '_HB_FUN_HB_DBG_VMVARLGET' referenced from E:\FWHARBOUR\LIB\FIVEHX.LIB|HARBOUR
Error: Unresolved external '_HB_FUN_HB_DBG_VMVARSLEN' referenced from E:\FWHARBOUR\LIB\FIVEHX.LIB|HARBOUR
Error: Unable to perform link


EMG
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Unresolved externals with Harbour
Posted: Tue Apr 18, 2017 03:33 PM

I already search in all LIBs (BCC, Harbour and FWH).

EMG

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Unresolved externals with Harbour
Posted: Tue Apr 18, 2017 03:38 PM
You use Harbour or xHarbour?


Harbour 3.2.0dev (r1605041350)
Copyright (c) 1999-2016, http://harbour-project.org/
Embarcadero C++ 7.20 for Win32 Copyright (c) 1993-2016 Embarcadero Technologies, Inc.
test.c:
Turbo Incremental Link 6.75 Copyright (c) 1997-2016 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN___CLSACTIVE' referenced from E:\FWHARBOUR\LIB\FIVEHX.LIB|DDE

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Unresolved externals with Harbour
Posted: Tue Apr 18, 2017 05:17 PM

Ops! Sorry, my fault. :-)

EMG

Continue the discussion