Re: [fpc-pascal] Embedded ARM7 and long strings

2013-08-20 Thread Carsten Bager
> Am 24.07.2013 09:07, schrieb Carsten Bager: > > The {$LONGSTRINGS OFF} directive is given at the beginning of the program, > > and that > > eliminates any problems with "long strings" using the 2.05 compiler. That > > does not seem to > > work with the new compiler. > > > > Is there a way ar

Re: [fpc-pascal] Embedded ARM7 and long strings

2013-08-18 Thread Florian Klämpfl
Am 24.07.2013 09:07, schrieb Carsten Bager: > The {$LONGSTRINGS OFF} directive is given at the beginning of the program, > and that > eliminates any problems with "long strings" using the 2.05 compiler. That > does not seem to > work with the new compiler. > > Is there a way around this proble

Re: [fpc-pascal] Embedded ARM7 and long strings

2013-07-26 Thread Flávio Etrusco
On Fri, Jul 26, 2013 at 2:21 AM, Carsten Bager wrote: >> > The {$LONGSTRINGS OFF} directive is given at the beginning of the program, >> > and that >> > eliminates any problems with "long strings" using the 2.05 compiler. That >> > does not seem to >> > work with the new compiler. >> > >> > Is t

Re: [fpc-pascal] Embedded ARM7 and long strings

2013-07-25 Thread Carsten Bager
> > The {$LONGSTRINGS OFF} directive is given at the beginning of the program, > > and that > > eliminates any problems with "long strings" using the 2.05 compiler. That > > does not seem to > > work with the new compiler. > > > > Is there a way around this problem? > > > > Carsten > > Did you tr

Re: [fpc-pascal] Embedded ARM7 and long strings

2013-07-25 Thread Flávio Etrusco
On Wed, Jul 24, 2013 at 4:07 AM, Carsten Bager wrote: > (...) > > The {$LONGSTRINGS OFF} directive is given at the beginning of the program, > and that > eliminates any problems with "long strings" using the 2.05 compiler. That > does not seem to > work with the new compiler. > > Is there a way

[fpc-pascal] Embedded ARM7 and long strings

2013-07-24 Thread Carsten Bager
I am using the FPC compiler to compile embedded ARM7 code (LPC21xx / LPC23xx). For this purpose, I use the 2.05 compiler, and it is working without problems at all. However, because we are using the 2.62 compiler on other platforms, I have compiled a new system unit for the ARM7 platform with the