Hi Rossine,

Il 06/03/2009 15.34, Rossine ha scritto:

   Error description: Error BASE/3000  Cannot modify INLINE method:
__CLSMODMSG

as it is written you are trying to modify an INLINE method with a function, instead you need to pass a codeblock.
Try this version, not tested

   #xcommand OVERRIDE METHOD <!Message!> [IN] CLASS <!Class!> ;
                             WITH INLINE <code,...> [SCOPE <Scope>] => ;
__clsModMsg( <Class>():classH, #<Message>, { |Self| HB_SYMBOL_UNUSED(Self), <code> } )

Best regards

Francesco

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to