FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour rebuild and found error fwh 8.04 & xHb.com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
rebuild and found error fwh 8.04 & xHb.com
Posted: Sat Apr 12, 2008 01:46 PM

Dear Antonio,

I rebuild 8.04 with xHb.com and recompile my program. I've found this following error and I cannot found this function in any file (in \source )

xLINK: error: Unresolved external symbol '_HB_FUN_CHMHELPTOPIC'.
xLINK: error: Unresolved external symbol '_HB_FUN_CHMHELPINDEX'.
xLINK: error: Unresolved external symbol '_HB_FUN_CHMHELPPOPUP'.

Regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
rebuild and found error fwh 8.04 & xHb.com
Posted: Sat Apr 12, 2008 02:11 PM

Dutch,

There is a new PRG file that you have to add to the library:

fwh\source\winapi\helpchm.prg

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
rebuild and found error fwh 8.04 & xHb.com
Posted: Sat Apr 12, 2008 02:20 PM

Thanks Antonio,

It's work now. I find in \classes and \function but miss \winapi folder.

Thanks&Regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 729
Joined: Tue Oct 18, 2005 06:49 PM
rebuild and found error fwh 8.04 & xHb.com
Posted: Sat Apr 12, 2008 08:17 PM
Antonio,

After adding Helpchm.prg I am getting the following messages:
Conversion from "void *" 'to unsigned long' is indefined.
Unresolved external symbol: HB_FUN__CLSACTIVE.


I am using xharbour (xBuider Pro - Nov 07) and FWH 8.04

George
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
rebuild and found error fwh 8.04 & xHb.com
Posted: Sat Apr 12, 2008 08:56 PM

George,

Please copy here the complete error message, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 729
Joined: Tue Oct 18, 2005 06:49 PM
rebuild and found error fwh 8.04 & xHb.com
Posted: Sun Apr 13, 2008 03:05 AM
Antonio, this is the message that I am getting from xBuilder Pro Nov_07

Source File                                        
C:\\_BSA_FORMS\\helpchm.prg
Posts: 729
Joined: Tue Oct 18, 2005 06:49 PM
rebuild and found error fwh 8.04 & xHb.com
Posted: Sun Apr 13, 2008 03:13 AM

Antonio here is the complete message:
helpchm.prg Line 235 Warning: Conversion from 'void *' to 'unsigned long' is undefined

Xlink Error: Unresolved external symbol 'HB_FUN__CLSACTIVE'
Error couldn't build.

I am using FWH 8.04 downloaded today and xHarbour Builder Pro Nov_07

Note: This program compile without problem using FWH 8.03 and xHarbour Builder

Regards,

George

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
rebuild and found error fwh 8.04 & xHb.com
Posted: Sun Apr 13, 2008 08:49 AM

George,

You need an upgraded version of xHarbour builder (xHB commercial)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 95
Joined: Fri Nov 23, 2007 04:43 AM
rebuild and found error fwh 8.04 & xHb.com
Posted: Sun Apr 13, 2008 12:54 PM

I tried to compile testxbrw.prg and I got error:

Compiling...
xHarbour Compiler build 1.0.0 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'testxbrw.prg' and generating preprocessed output to 'testxbrw.ppo'...

Lines 812, Functions/Procedures 24
Generating C source output to 'testxbrw.c'...
Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
testxbrw.c:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN___CLSACTIVE' referenced from C:\FWH\LIB\FIVE
HX.LIB|XBROWSE
* There are errors

I'm using xHarbour 1.0.0

Robert Frank
Posts: 729
Joined: Tue Oct 18, 2005 06:49 PM
rebuild and found error fwh 8.04 & xHb.com
Posted: Sun Apr 13, 2008 01:49 PM

Antonio,

I have xHarbour Comercial last version (November 2007). I did the upgrade three weeks ago together with the FWH 8.03 upgrade.

Regards,

George

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
rebuild and found error fwh 8.04 & xHb.com
Posted: Sun Apr 13, 2008 05:14 PM

>
Error: Unresolved external '_HB_FUN___CLSACTIVE' referenced from C:\FWH\LIB\FIVE
HX.LIB|XBROWSE
* There are errors

I'm using xHarbour 1.0.0
>

I too confirm that with xHarbour 1.0.0 we get this Unresolved External error. We need later version of xHarbour.
With latest xHarbour build provided by FWH, this problem is not there.

Regards



G. N. Rao.

Hyderabad, India
Posts: 95
Joined: Fri Nov 23, 2007 04:43 AM
rebuild and found error fwh 8.04 & xHb.com
Posted: Sun Apr 13, 2008 09:08 PM
nageswaragunupudi wrote:>

With latest xHarbour build provided by FWH, this problem is not there.


My SQL lib (mediator from www.otc.pl) doesn't work with latest xHarbour.
Is this posible to fix this error with my version of xHarbour?

R.
Robert Frank
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
xHarbour.com
Posted: Sun Apr 13, 2008 10:22 PM

Antonio,

November 2007 is the latest commercial version of xHarbour. Anything beyond that is considered betas for testing purposes only, and not exactly stable.

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
rebuild and found error fwh 8.04 & xHb.com
Posted: Sun Apr 13, 2008 10:55 PM

As a temporary workaround please define this function in your main app:

function __ClsActive() ; return nil

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
rebuild and found error fwh 8.04 & xHb.com
Posted: Mon Apr 14, 2008 02:29 AM
Mr Robert Frank

Robert Frank wrote:
nageswaragunupudi wrote:>

With latest xHarbour build provided by FWH, this problem is not there.


My SQL lib (mediator from www.otc.pl) doesn't work with latest xHarbour.
Is this posible to fix this error with my version of xHarbour?

R.

If you are using xharbour 1.0.0, compile xbrowse.prg also with your version of xharbour and link it along with your application. You will not get unresolved external. I have tested this and it is working fine.
Regards



G. N. Rao.

Hyderabad, India