Vista OS
Stan Busk
maxprog at mac.com
Sun Aug 5 13:40:08 CDT 2007
Hi,
> Are there any V4RB developers out there that can confirm a working
> app on Vista?
I sell an application that is built on a Mac for Vista and XP. It is
installed with Innosetup. However I am still using V4RB 2.5.6
everything works really fine. Note that somebody on that list found
out that with modern V4RB versions (at least 2.5.9) using a low
segment size can be a issue. I was able to confirm that issue. I have
no idea if Ruslan fixed it or not but incrementing that size simply
eliminates the problem.
For exemple:
myDatabase.Create( DatabaseFile, EVDbMode.kDscDatBlbInd, 1024 )
crashes on Vista.
myDatabase.Create( DatabaseFile, EVDbMode.kDscDatBlbInd, 32 * 1024 )
works fine.
Stan
More information about the Valentina
mailing list