Page 1 of 1

sendMsg for primitive types

Posted: Fri Aug 07, 2009 12:51 pm
by ConvertFromOldNGs
by T Moore >> Thu, 23 Jun 2005 16:26:38 GMT

Does anyone know if there is an equivalent to Object.sendMsg or Object.sendMsgWithParams for a primitive type? I can see there is a API call in the object manager guide but wondered if I could do this without coding a C Dll to do it.

Thanks

Torrie

Re: sendMsg for primitive types

Posted: Fri Aug 07, 2009 12:51 pm
by ConvertFromOldNGs
by THE_DARK_LORD >> Thu, 4 Aug 2005 8:22:08 GMT

I think that would be the best way of doing it Torrie.

the only other way that I can think of would be two create a method on each primitive type with the same signature as sendMessage and then build a transient method to perform the operation within this. Obviously this would have terrible performance.