Problem with Btrieve 8 and locale -
12-15-2003
, 08:14 AM
Hi,
I'm currently experiencing a strange problem with btrieve in
combination with Autocad 2000. After a database table is opened, the
locale setting seem to be overridden (autocad complains that numbers
which were valid before are invalid). I assume it's dot /comma
separator issue. Looking at the nature of the problem I assume the
problem exists with other plug-in type applications also. With the
previous version (Pervasive Btrieve 7, Pervasive Btrieve 2000 WS) this
problem did not occur!
Since I programmed the plugin, the following extra info should there
be any
programmers in this news group.
I can not confirm this though since using GetLocaleInfo() returns the
same
separator before and after accessing the database.
I'm using the btrieve database on a lowlevel from C++ using the
wrapper functions provided with the SDK (btrapi.cpp). The code runs
from a (Autocad arx) with the W3btrv7.dll staticly linked.
Hope someone has any suggestions?
Sincerely,
Thomas |