Hi Ruslan.
It looks like with RB3a11 I'm finally able to get something running under Win32.
So the next question is: if I registered V4RB only for the Mac, will I be able to run the database in demo mode in the Win32 exe file? I'd like to try before buy...
I initialize Valentina like this:
Err = ValentinaInit(1024, "my mac code here...", "" )
with no error.
But later I'm getting
"Can't create database. Error 112"
when I execute this code (that works fine on the Mac side):
res =mDataBase.Create( DBFile, 4, 32 * 1024 )
if(res = false) then MsgBox "Can't create database. Error: " + Str(mDataBase.ErrNumber) return end if
Just before I start again fighting against RB win compilation, can you please confirm that I should be able to test the DB in demo mode?
Thanks
Franco
--
------------------------------------------------------------ Franco Vaccari ING c/o Univ. di Trieste - Dip. di Scienze della Terra v. Weiss 4, I-34127 Trieste, Italy phone: ++39-040-6762119 fax: ++39-040-6762111 ------------------------------------------------------------
------------------------------------------------------------- The Valentina mailing list is brought to you by MacServe.net For info on lists services, see http://www.macserve.net/lists.html ©2000 Franco Vaccari |