On Oct 11, 2009, at 1:56 PM, Björn Eiríksson wrote:

Its then methods only ? If so maybe you can stick it into a class instead of a module and have the methods as static.....


You mean as shared methods, I guess, and even in such a configuration I have to new that class within the IDE, while the pluginentry code is calling the class ref. Not sure what to say else, other then that it sucks ...

For completeness....

REALclassDefinition PostPointClass =
{
        kCurrentREALControlVersion,
        "PostPoint",
        nil,
        0,
        0,
        nil, nil,
        nil, 0,
        nil, 0,
        nil, 0,
        nil, 0,
        nil,
        nil, 0,
        nil, 0,
        0,      //flags
        nil, 0,
PostPointMethods, sizeof(PostPointMethods) / sizeof(REALmethodDefinition)
};


Alfred
_______________________________________________
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