Re: [fpc-pascal] SysLocale usage

2011-02-21 Thread michael . vancanneyt
On Mon, 21 Feb 2011, Marco van de Voort wrote: 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

Re: [fpc-pascal] SysLocale usage

2011-02-21 Thread Marco van de Voort
In our previous episode, michael.vancann...@wisa.be said: Looks totally windows specific to me. Probably that is the reason why clocale doesn't since you'd need large iso-code to Lcid tables that unnecessarily increase binary size. Not necessarily. You could just emulate the windows

[fpc-pascal] Error: Can't take the address of constant expressions

2011-02-21 Thread Roland Turcan
Hello all, I have this code: type TMyObj = class private MyPWord:PWord; ... end; procedure TMyObj.Some; begin ... Inc (Cardinal (MyPWord), 2); ... end; and compiler says %subj% This code works fine on 32bit compiler, but what

Re: [fpc-pascal] help with synapse mime routines...

2011-02-21 Thread waldo kitty
On 2/19/2011 21:44, Tomas Hajny wrote: Alright. It's just a hack, but probably sufficient for your current needs. ;-) The attached files fix Synapse (the released version) for the OS/2 target. There are limitations related to character set conversions and time handling (timezones and daylight

Re: [fpc-pascal] Error: Can't take the address of constant expressions

2011-02-21 Thread Jonas Maebe
On 21 Feb 2011, at 16:59, Roland Turcan wrote: type TMyObj = class private MyPWord:PWord; ... end; procedure TMyObj.Some; begin ... Inc (Cardinal (MyPWord), 2); ... end; and compiler says %subj% This code works fine on

Re: [fpc-pascal] SysLocale usage

2011-02-21 Thread ik
On Mon, Feb 21, 2011 at 11:14, Marco van de Voort mar...@stack.nl wrote: In our previous episode, michael.vancann...@wisa.be said: Looks totally windows specific to me. Probably that is the reason why clocale doesn't since you'd need large iso-code to Lcid tables that unnecessarily

[fpc-pascal] IXP435

2011-02-21 Thread Jorge Aldo G. de F. Junior
Does the ARM port of freepascal compile to the XScale IXP435/Linux archtecture ? I want to write some small network apps for the Yanomami Routerboard, that is based on the IXP435... If true, any directions to help me get started ? Thanks in advance !