On 13-Sep-07, at 11:11 PM, Norman Palardy wrote:

>
> On 13-Sep-07, at 7:57 PM, Christian Schmitz wrote:
>
>> Norman Palardy <[EMAIL PROTECTED]> wrote:
>>
>>>               func = ( Boolean(*)(void) ) REALLoadObjectMethod
>>> (instance-
>>
>> Don't load using REALLoadObjectMethod. It was defined much later than
>> interfaces.
>
> I looked at that and was not sure that was the right one
> Apparently it is :)

or not ...
doesn't seem to get the method

I suppose it's possible I dont have the object instance I think I do  
but this is not getting me the routine IF I do

I basically have a boolean method that I am just doing

        Boolean  SomeFunc(data *instance)
        {
                Boolean (*func)(void);
                func = ( Boolean(*)(void) ) REALInterfaceRoutine (instance- 
 >iFuncsProvider,"iFunctions", "SomeFunc() as Boolean");
                if (! func)
                        return false;
        
                return func();
        }
and this is always returning false

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

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

Reply via email to