Andrzej M.
2009-09-29 10:46:56 UTC
Hi,
After upgradig my CVS form 1.6515 to 1.6604 i can't comile any "#pragma
BEGINDUMP" sections in my prg's.
i 'm getting : "undefined symbol "hb_stackST" in function
HB_FUN_MY_FUNCTION" in line f.e.
#pragma BEGINDUMP
#include "hbapi.h"
#include "hbvm.h"
#include "hbapierr.h"
#include "hbapiitm.h"
#include "hbstack.h"
HB_FUNC( HBRW_ISPAINTING )
{
BOOL bIsPainting;
static BOOL s_bIsPainting = FALSE;
bIsPainting = s_bIsPainting;
if (ISLOG(1))
{
s_bIsPainting = hb_parl(1);
}
hb_retl( bIsPainting ); //here is error
}
#pragma ENDDUMP
i suppose tha it has something in common with resent changes in *.h files
i've tried but i really dont't know how to solve this.
i use xMake. Any advice?
Andrzej
ps when i change hbstack.h and. hbapi.h to those from 1.6515 its'ok but of
course that's no solution :)
After upgradig my CVS form 1.6515 to 1.6604 i can't comile any "#pragma
BEGINDUMP" sections in my prg's.
i 'm getting : "undefined symbol "hb_stackST" in function
HB_FUN_MY_FUNCTION" in line f.e.
#pragma BEGINDUMP
#include "hbapi.h"
#include "hbvm.h"
#include "hbapierr.h"
#include "hbapiitm.h"
#include "hbstack.h"
HB_FUNC( HBRW_ISPAINTING )
{
BOOL bIsPainting;
static BOOL s_bIsPainting = FALSE;
bIsPainting = s_bIsPainting;
if (ISLOG(1))
{
s_bIsPainting = hb_parl(1);
}
hb_retl( bIsPainting ); //here is error
}
#pragma ENDDUMP
i suppose tha it has something in common with resent changes in *.h files
i've tried but i really dont't know how to solve this.
i use xMake. Any advice?
Andrzej
ps when i change hbstack.h and. hbapi.h to those from 1.6515 its'ok but of
course that's no solution :)