FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH and latest xHarbour from CVS
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
FWH and latest xHarbour from CVS
Posted: Tue Oct 18, 2005 03:38 PM

I think we need a new FWH build:

Error: Unresolved external '_hb_stack' referenced from C:\FWHARBOUR\LIB\FIVEHC.LIB|FFWNDRUN

EMG

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
FWH and latest xHarbour from CVS
Posted: Tue Oct 18, 2005 05:08 PM

Thanks Enrico. We are going to review it asap.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 204
Joined: Mon Oct 17, 2005 09:09 PM
FWH and latest xHarbour from CVS
Posted: Tue Oct 18, 2005 10:01 PM

In the "new build" please look at the error message I receive from the previewer

"can't delete enhanced metafile"

thanks.

Don Lowenstein
www.laapc.com
Posts: 437
Joined: Fri Oct 07, 2005 12:56 PM
FWH and latest xHarbour from CVS
Posted: Wed Oct 19, 2005 10:36 AM
Antonio Linares wrote:Thanks Enrico. We are going to review it asap.


In xharbour.news I saw that the news of FWH is in "What is new" , but I didn't found where it's ... It seems that the olds libs with new xharbour builds have problems ? Or not ? I tried with the latest xHarbour from CVS and as Enrico gived the same errors . Maybe it's xharbour development teams problems ?

With best regards ! Rimantas .
Rimantas U.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
FWH and latest xHarbour from CVS
Posted: Wed Oct 19, 2005 10:43 AM

Rimantas,

We have not tested it yet. We will do asap.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3
Joined: Tue Oct 11, 2005 09:06 PM
FWH and latest xHarbour from CVS
Posted: Sun Oct 23, 2005 09:15 PM

Any news on below error ?

Error: Unresolved external '_hb_stack' referenced from C:\FWH\LIB\FIVEHC.LIB|FFWNDRUN

TIA

Regards



Francesco Saverio Giudice
Posts: 115
Joined: Mon Oct 17, 2005 04:42 AM
Eagerly awaiting your remedy.
Posted: Mon Oct 24, 2005 06:08 AM
fsgiudice wrote:Any news on below error ?

Error: Unresolved external '_hb_stack' referenced from C:\FWH\LIB\FIVEHC.LIB|FFWNDRUN

TIA


Dear Antonio,

We are eagerly awaiting your remedy on above error. I am being punished for not keeping the old lib before updating last cvs.

TIA
Milan.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
FWH and latest xHarbour from CVS
Posted: Mon Oct 24, 2005 09:42 AM

Milan,

Please send me a private email specifying the version you are using, and the date when you purchased it or latest upgrade you did. Thanks.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 129
Joined: Mon Oct 17, 2005 03:03 AM
FWH and latest xHarbour from CVS
Posted: Mon Oct 24, 2005 01:42 PM

FWH 2.5 for xHarbour(BCC55) have not problem!! :D

line ID: ssbbstw

WeChat ID: ssbbstw
Posts: 160
Joined: Tue Oct 18, 2005 10:21 AM
FWH and latest xHarbour from CVS
Posted: Mon Oct 24, 2005 02:52 PM
ssbbs wrote:FWH 2.5 for xHarbour(BCC55) have not problem!! :-)


i get these two link errors with Fivewin 2.5, xHarbour 0.99.51
and Borland c++ 5.5.1 :

"Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_stack' referenced from E:\FWH\LIB\FIVEHC.LIB|FFW
NDRUN
Error: Unresolved external '_HB_FUN__ADS' referenced from E:\PROGS\OBJ32\IC_DLL3
2.OBJ"
Badara Thiam
http://www.icim.fr
Posts: 129
Joined: Mon Oct 17, 2005 03:03 AM
FWH and latest xHarbour from CVS
Posted: Mon Oct 24, 2005 03:45 PM
I do CVS at today and no any problem,
I use compiler FLAG is(BCC5):
COBJFLAGS = -D__HARBOUR__ -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_FM_STATISTICS_OFF -5 -6 -a8 -O2 -OS -tW -c -w3 -I$(CC_INCPP_DIR);$(HRB_INCPP_DIR);$(FW_INCPP_DIR);$(AP_DIR)\mysql -L$(CC_LIB_DIR)


Badara Thiam wrote:
ssbbs wrote:FWH 2.5 for xHarbour(BCC55) have not problem!! :-)


i get these two link errors with Fivewin 2.5, xHarbour 0.99.51
and Borland c++ 5.5.1 :

"Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_stack' referenced from E:\FWH\LIB\FIVEHC.LIB|FFW
NDRUN
Error: Unresolved external '_HB_FUN__ADS' referenced from E:\PROGS\OBJ32\IC_DLL3
2.OBJ"
line ID: ssbbstw

WeChat ID: ssbbstw
Posts: 160
Joined: Tue Oct 18, 2005 10:21 AM
FWH and latest xHarbour from CVS
Posted: Tue Oct 25, 2005 01:33 PM
ssbbs wrote:I do CVS at today and no any problem,
I use compiler FLAG is(BCC5):
COBJFLAGS = -D__HARBOUR__ -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_FM_STATISTICS_OFF -5 -6 -a8 -O2 -OS -tW -c -w3 -I$(CC_INCPP_DIR);$(HRB_INCPP_DIR);$(FW_INCPP_DIR);$(AP_DIR)\mysql -L$(CC_LIB_DIR)


Badara Thiam wrote:
ssbbs wrote:FWH 2.5 for xHarbour(BCC55) have not problem!! :-)


i get these two link errors with Fivewin 2.5, xHarbour 0.99.51
and Borland c++ 5.5.1 :

"Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_stack' referenced from E:\FWH\LIB\FIVEHC.LIB|FFW
NDRUN
Error: Unresolved external '_HB_FUN__ADS' referenced from E:\PROGS\OBJ32\IC_DLL3
2.OBJ"
Badara Thiam
http://www.icim.fr
Posts: 160
Joined: Tue Oct 18, 2005 10:21 AM
FWH and latest xHarbour from CVS
Posted: Tue Oct 25, 2005 01:59 PM

I am waiting the new [x]Harbour official build to see,
but with 0.99.51, this not work, like with your compiler
options.

Who know why Blinker 7.0 don't work with Harbour ?

Badara Thiam
http://www.icim.fr

Continue the discussion