On Aug 18, 2007, at 09:14 UTC, Christian Sakowski wrote: > How i can execute Real Basic methods (by name) with parameters in the > plugin context? I need to execute a RB method as a callback method in > my plugin. --
The proper way to do that is to define a class in your plugin, and within that class, define an event. Then you can get a pointer to the event implementation and invoke it. See the examples in the plugin SDK for, er, examples. Best, - Joe -- Joe Strout -- [EMAIL PROTECTED] Strout Custom Solutions, LLC _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
