realbasic-plugins
[Top] [All Lists]

Re: [BUG?] Plugin Class Constructor not compiles in RB 2006/2007

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: [BUG?] Plugin Class Constructor not compiles in RB 2006/2007
From: Jonathan Johnson <jonj at realsoftware dot com>
Date: Fri, 30 Mar 2007 14:01:20 -0500
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <C23332BE dot 6F01D%sunshine at public dot kherson dot ua>
On Mar 30, 2007, at 2:33 PM, Ruslan Zasukhin wrote:

> Hi All,
>
> Today we have not that
>     V4RB/Examples/Common/Vserver  -- which is console application  
> project
>
> Do not compiles because of error
>
>     Parameters are not compatible with this function
>      cc = new VConnection( "localhost", "sa", "sa" )
>
> But the same line compiles fine in project which is not Console, but
> Application.
>
> * YES, we use latest RB Plugin SDK
> * YES, we have mark Valentina classes to be console safe, as
>         SetClassConsoleSafe( &ConnectionClass );

Each method must have the console safety flag also.

HTH,
Jon


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