Hi,
I ve posted a message about how to configure IIS6 to use Point instead of
the Comma as Decimal Separator.
I use Windows 2003 Server french version and I have some troubles with a
specific DLL that only use Point as decimal separtor.
I ve changed my local setting but it seems it doen't change anything.
All the numbers come with comma (like 999,99 instead of 999.99)

Do you think I could find an issue for this problem... Anything into the
registry or anything else ??
Thanks in advance

Stan

Re: Decimal Setting within IIS by Egbert

Egbert
Tue Oct 19 13:35:29 CDT 2004

"Stan Sainte-Rose" <stan@cyber972.com> wrote in message
news:uhwcLEgtEHA.2876@TK2MSFTNGP14.phx.gbl...
> Hi,
> I ve posted a message about how to configure IIS6 to use Point instead of
> the Comma as Decimal Separator.
> I use Windows 2003 Server french version and I have some troubles with a
> specific DLL that only use Point as decimal separtor.
> I ve changed my local setting but it seems it doen't change anything.
> All the numbers come with comma (like 999,99 instead of 999.99)
>
> Do you think I could find an issue for this problem... Anything into the
> registry or anything else ??

that depends on which conversion api's the dll uses. If they use MFC old
style conversion, you're out :<
They should use the Win32 api or oleautomation functions.


> Thanks in advance
>
> Stan
>
>