dehnhardt wrote:> Hi everybody,
> I started testing a (really large self written) VB appllication under Wine
and was surprised, that a lot works out of the box (nearly...) - Great Work!
> But I have a few errors I need some advice on: In the application are lot
of tests if entered data are numbers or dates.
> These test do not work, It looks like the locale (number and date)formats
are not used in this functions. My locale/language settings are correct and so
is the locale part in the registry...
> Does anyone else has made similar experiences, and can anyone point me to
the place in the wine code, where I can find and maybe path these functions
or...
Sorry, I forgot to mention that the VB method calls are IsDate() and
IsNumeric()...
Holger