Thanks a lot, Vailton.
Vailton Renato wrote: > > You can comment on these lines, because it already exists in HB, see > hbapi.h & extend.c > > > 2009/3/5 Kleyber Derick <[email protected]>: >> 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 >> >> > > > > -- > Vailton Renato > SQL LIB, MyMake & xDev Developer > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour > > -- View this message in context: http://www.nabble.com/Errors-in-C-compilation-tp22363723p22387204.html Sent from the Harbour - Dev mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
