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>
