V4RB getting started

Florian Bogeschdorfer fb at memedia.de
Tue Mar 1 10:00:31 CST 2005


Hi list,

 

I am new to RealBasic and making my first Steps

 

I have copied the Valentina plug-ins to the realbasic plugin folder but when
I do a valentinaInit(), I get "this method does not exist". I copied the
code from the V4RB tutorial:

 

Sub Open()

dim Err as integer

// init database kernel of Valentina

Err = ValentinaInit( 3 * 1024 *1024, "", "" )

if Err <> 0 then

MsgBox "Valentina was not initialized !!! Error: " + Str(Err)

end if

#if DebugBuild

// You can set it to 2 to use DCon

err = ValentinaDebugON(1)

#endif

End Sub

 

 

What's wrong?



More information about the Valentina mailing list