Jump to content
Fivewin Brasil

Ajuda Urgente


evertonlb

Recommended Posts

id=red> Pessoal eh o seguinte estou compilando um programinha em FiveWin para xHarbour mas ta dando pau. Segue a mensagem a baixo. Preciso da informacao o mais rapido possivel... ( como todo mundo neh? )

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

Obrigado!

Everton

Link to comment
Share on other sites

id=red> Pessoal eh o seguinte estou compilando um programinha em FiveWin para xHarbour mas ta dando pau. Segue a mensagem a baixo. Preciso da informacao o mais rapido possivel... ( como todo mundo neh? )

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

Obrigado!

Everton

Link to comment
Share on other sites

Inclua em algum prg de seu sistema (de preferencia no principal) o seguinte codigo:

#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

[ ]'s

Maurilio

FWH 2.7 | xHarbour.com | SQLRDD | Workshop 4.5

Garça - SP

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...