Re: [fpc-pascal] SysLocale usage

2011-02-20 Thread Marco van de Voort
In our previous episode, Tomas Hajny said: > > The necessary code is currently still missing from clocale on unix. > > Are the respective identifiers used on Windows platform independent? Looks totally windows specific to me. Probably that is the reason why clocale doesn't since you'd need large

Re: [fpc-pascal] SysLocale usage

2011-02-20 Thread Tomas Hajny
On 20 Feb 11, at 22:25, Michael Van Canneyt wrote: > On Sun, 20 Feb 2011, ik wrote: > > > Hello, > > > > I found out that the SysLocale is only initialized on Windows. Should it be > > used on other OS, > > or is it a Windows specific variable ? > > Well, the idea is that it is initialized on a

Re: [fpc-pascal] SysLocale usage

2011-02-20 Thread Michael Van Canneyt
On Sun, 20 Feb 2011, ik wrote: Hello, I found out that the SysLocale is only initialized on Windows. Should it be used on other OS, or is it a Windows specific variable ? Well, the idea is that it is initialized on all OSes, but currently it is only initialized on Windows. The necessary

Re: [fpc-pascal] Fingerprinting operation of a program

2011-02-20 Thread Mark Morgan Lloyd
Darius Blaszyk wrote: On Feb 19, 2011, at 3:18 PM, Mark Morgan Lloyd wrote: Henry Vermaak wrote: On 18 February 2011 18:19, Mark Morgan Lloyd wrote: I need to trace through a program, running on two different systems which might or might not have the same OS, in order to find out where it's

[fpc-pascal] SysLocale usage

2011-02-20 Thread ik
Hello, I found out that the SysLocale is only initialized on Windows. Should it be used on other OS, or is it a Windows specific variable ? Thanks, Ido LINESIP - Opening the source for communication http://www.linesip.com http://www.linesip.co.il ___

Re: [fpc-pascal] Fingerprinting operation of a program

2011-02-20 Thread Darius Blaszyk
On Feb 19, 2011, at 3:18 PM, Mark Morgan Lloyd wrote: > Henry Vermaak wrote: >> On 18 February 2011 18:19, Mark Morgan Lloyd >> wrote: >>> I need to trace through a program, running on two different systems which >>> might or might not have the same OS, in order to find out where it's >>> failin