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
FWH and xBuilder versions
-
- Posts: 21
- Joined: Mon Mar 20, 2006 12:48 pm
- Location: Netherlands
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Jules,
Please add this code to your main PRG:
Anyhow due to latest changes in xHarbour, is highly convenient to use a recent xHB builder beta and latest FWH 2.8.
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