Hi,
I have this C routine declared in my prg:
#ifndef __XHARBOUR__
#ifdef __HARBOUR__
#pragma BEGINDUMP
static void hb_retnl( LONG l )
{
hb_itemPutNL( &hb_stack.Return, l ); // Here generates the
errors
}
#pragma ENDDUMP
#EndIf
#EndIf
But it gives a compilation error:
errsysw.prg(730) : error C2065: 'hb_stack' : identifier not declared
errsysw.prg(730) : error C2224: left operator of '.Return' must be struct/union
How can I solve this?
Thanks in advance,
Kleyber Derick
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour