Re: [Harbour] 2009-01-07 13:52 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com)

2009-01-08 Thread Maurilio Longo
Teo, works wonderfully :) Thanks a lot! Maurilio. Teo Fonrouge wrote: > * source/vm/classes.c > + addded __objHasMsgAssigned( object, "msgName" ) > ; this is similar to xHarbour __clsMsgAssigned() and checks > ; if a VIRTUAL message has been overrided in a sub-class. > ;

Re: [Harbour] 2009-01-07 13:52 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com)

2009-01-08 Thread Maurilio Longo
Teo, thanks so much! I'll test it asap. Maurilio. Teo Fonrouge wrote: > * source/vm/classes.c > + addded __objHasMsgAssigned( object, "msgName" ) > ; this is similar to xHarbour __clsMsgAssigned() and checks > ; if a VIRTUAL message has been overrided in a sub-class. > ;

[Harbour] 2009-01-07 13:52 UTC-0600 Teo Fonrouge (teo/at/windtelsoft/dot/com)

2009-01-07 Thread Teo Fonrouge
* source/vm/classes.c + addded __objHasMsgAssigned( object, "msgName" ) ; this is similar to xHarbour __clsMsgAssigned() and checks ; if a VIRTUAL message has been overrided in a sub-class. ; TODO: Please check this implementation, I'm sure it can be optimized. best regards