On Sep 19, 2010, at 6:55 AM, Christian Schmitz wrote:

> 
> Am 19.09.2010 um 10:32 schrieb Bob Delaney:
> 
>> Would someone direct me to documentation on how to make plugins which work 
>> with console applications?
> 
> You mark console friendly methods, classes and properties with 
> REALconsoleSafe.
> 
> As you can read here:
> http://docs.realsoftware.com/index.php/Plugin_SDK_Registration_Reference
> 
> Greetings
> Christian
> 

The documentation reads:

SetClassConsoleSafe
Used to mark a class definition as being console safe. You must call this 
function before registering the class with REALRegisterClass, which means it 
must be called within the PluginEntry method. Note that this is a helper method 
which simply sets the REALconsoleSafe flag on the class definition.
void SetClassConsoleSafe( REALclassDefinition def );
        • def: the class definition to mark as console safe
Return Value none

This is incorrect. The declaration should read:

void SetClassConsoleSafe( REALclassDefinition *def )

Bob



_______________________________________________
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