realbasic-plugins
[Top] [All Lists]

Re: calling methods of a class in RB

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: calling methods of a class in RB
From: Alfred Van Hoek <vanhoek at mac dot com>
Date: Sat, 15 Sep 2007 00:41:19 -0400
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <45D0BBF8-6AFF-42F4-B9F9-FFAD82BCE653 at great-white-software dot com> <79E259D0-1E54-4CA7-BE14-037CC7EA36E0 at mac dot com> <F91EA0CE-77B2-46C8-BEC2-9C9BF02FAF28 at great-white-software dot com>
On Sep 14, 2007, at 9:15 PM, Norman Palardy wrote:

>> func = ( Boolean(*)(void) )
>>                              REALInterfaceRoutine (instance->iFuncsProvider,
>>                              "iFunctions", "SomeFunc() as Boolean");


ok, try:

func = ( Boolean(*)(void) )
                                REALInterfaceRoutine (instance->iFuncsProvider,
                                "iFunctions", "SomeFunc");

Alfred


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>