Hi,
I am trying to install an application under wine 1.2 on centos 5.5.
The application is running almost withoit problems. The only problem are the form where i put in numbers.
Here is the description of the problem:
When i write 1,1 and the click to the next field, the field changes to 1,10000.
First thing i tried to change is to write 1.1 (note the dot instead of a comma), but the problem stays the same.
And since this is a business application this is quite a serious problem.
wine 1.2 and number handling
wine 1.2 and number handling
On Thu, Jul 22, 2010 at 10:47, janezk <[email protected]> wrote:
Are you using the same locales?
Can you provide a debugging log of the app running [from the startup
to the point where you've a problem]
(http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4)?
Is there a demo version of this application available?
Did it work with a previous version of wine?Hi,
I am trying to install an application under wine 1.2 on centos 5.5.
The application is running almost withoit problems. The only problem are the form where i put in numbers.
Here is the description of the problem:
When i write 1,1 and the click to the next field, the field changes to 1,10000.
First thing i tried to change is to write 1.1 (note the dot instead of a comma), but the problem stays the same.
And since this is a business application this is quite a serious problem.
Are you using the same locales?
Can you provide a debugging log of the app running [from the startup
to the point where you've a problem]
(http://wiki.winehq.org/FAQ#head-a37de32 ... 52258551a4)?
Is there a demo version of this application available?
Hi, in previous versions of wine, the application didn't even come to the point where i could put in numbers.
The developer of the application assures me, that it is working for him in wine 1.1.34, but i cant confirm that, because i can't get it to work with that version, it has even worse problems.
As for the locale,s i am using the Slovenian (Sl_si) locales.
As for the debugging log and the demo. I will look into the debugging log, but the demo version could be a little difficult. It exists, but the demo is in Croatian language.
The developer of the application assures me, that it is working for him in wine 1.1.34, but i cant confirm that, because i can't get it to work with that version, it has even worse problems.
As for the locale,s i am using the Slovenian (Sl_si) locales.
As for the debugging log and the demo. I will look into the debugging log, but the demo version could be a little difficult. It exists, but the demo is in Croatian language.
Re: wine 1.2 and number handling
Try native oleaut32.dll and/or msvcrt.dll.janezk wrote:When i write 1,1 and the click to the next field, the field changes to 1,10000.
Re: wine 1.2 and number handling
Thanx for hte help. native oleout seems to be the answer.vitamin wrote:Try native oleaut32.dll and/or msvcrt.dll.janezk wrote:When i write 1,1 and the click to the next field, the field changes to 1,10000.