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 !
_
On Mon, Feb 21, 2011 at 11:14, Marco van de Voort 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 in
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 cod
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 s
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 sh
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
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 rea