Norman Palardy <[EMAIL PROTECTED]> wrote: > func = ( Boolean(*)(void) ) REALLoadObjectMethod(instance-
Don't load using REALLoadObjectMethod. It was defined much later than interfaces. Use REALInterfaceRoutine: REALInterfaceRoutine 68k PPC OSX Win X11 RB 2.1 This function is for supporting binds. It returns the method on the given object which implements the given method name, of the class interface defined by interfaceName. Parameters: obj REALobject object which implements a binding method interfaceName const char * binding interface to look for methodName const char * specific method to look for Returns: REALproc method implementation, or nil if not found Gruß Christian -- Over 800 classes with 16000 functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v7.5. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
