RE: [Harbour] Re: OT: __GETMESSAGE

2008-12-18 Thread José Luis Capel
eveloper List. JLC>Asunto: [Harbour] Re: OT: __GETMESSAGE JLC> JLC>Hi Jose, JLC> JLC>> Sorry for the off-topic and sorry for my low C level... JLC>> I saw that __GETMESSAGE in classes.c is defined as: JLC>> HB_FUNC( __GETMESSAGE ) JLC>> { JLC>>hb_re

Re: [Harbour] Re: OT: __GETMESSAGE

2008-12-17 Thread Teo Fonrouge
On Wednesday 17 December 2008 07:53:31 Przemyslaw Czerpak wrote: > Hi Jose, > > > Sorry for the off-topic and sorry for my low C level... > > I saw that __GETMESSAGE in classes.c is defined as: > > HB_FUNC( __GETMESSAGE ) > > { > >hb_retc( > > hb_stackItem(hb_stackBaseItem()->item.asSymbol.stac

[Harbour] Re: OT: __GETMESSAGE

2008-12-17 Thread Przemyslaw Czerpak
Hi Jose, > Sorry for the off-topic and sorry for my low C level... > I saw that __GETMESSAGE in classes.c is defined as: > HB_FUNC( __GETMESSAGE ) > { >hb_retc( > hb_stackItem(hb_stackBaseItem()->item.asSymbol.stackstate->lBaseItem > )->item.asSymbol.value->szName ); > } > Then, in my proy