Page 1 of 1

FWH and xBuilder versions

Posted: Thu Sep 28, 2006 3:34 pm
by Jules de Pierre
Dear Antonio,

I bought FWH 2.7 in April 2006 and use that.

When I link an app with xBuilder Octber 2005 I have no errors

When I link an app with xBuilder March 2006, I get an _hb_stack_ unresolved external symbol problem

Ron Pinkas tells me that that is because I use an FWH version prior to Octboer 2005.

I can not understand the logic of that.

My question to you is:

Should I have updated my 2.7 from this forum?

Can you think of a reason why I get this error?

Later in time I will order 2.8 and use the latest xBuilder.
But I would like to understand why I have this error.

Regards,

Jules de Pierre

Posted: Thu Sep 28, 2006 6:10 pm
by Antonio Linares
Jules,

Please add this code to your main PRG:

Code: Select all

#pragma BEGINDUMP 

#include "hbstack.h" 
#include "hbapiitm.h" 

void * hb_stack = &HB_VM_STACK; 

PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym ) 
{ 
   return pDynSym->pSymbol; 
} 

#pragma ENDDUMP
Anyhow due to latest changes in xHarbour, is highly convenient to use a recent xHB builder beta and latest FWH 2.8.