Re: [fpc-pascal] List of Integer/Double etc

2011-10-12 Thread Sven Barth
Am 12.10.2011 14:16, schrieb Leonardo M. Ramé: From: Sven Barth To: fpc-pascal@lists.freepascal.org Sent: Wednesday, October 12, 2011 9:12 AM Subject: Re: [fpc-pascal] List of Integer/Double etc Am 12.10.2011 14:08, schrieb Leonardo M. Ramé: Hi, I'm wondering if

Re: [fpc-pascal] List of Integer/Double etc

2011-10-12 Thread Leonardo M . Ramé
> >From: Sven Barth >To: fpc-pascal@lists.freepascal.org >Sent: Wednesday, October 12, 2011 9:12 AM >Subject: Re: [fpc-pascal] List of Integer/Double etc > >Am 12.10.2011 14:08, schrieb Leonardo M. Ramé: >> Hi, I'm wondering if the rtl or a standard package includes

Re: [fpc-pascal] List of Integer/Double etc

2011-10-12 Thread Sven Barth
Am 12.10.2011 14:08, schrieb Leonardo M. Ramé: Hi, I'm wondering if the rtl or a standard package includes classes for handling lists of Integer, Double, and other types. Similar to TStringList, but for numerical types. Using generics this is easy: === source begin === uses fgl; type TIn

[fpc-pascal] List of Integer/Double etc

2011-10-12 Thread Leonardo M . Ramé
Hi, I'm wondering if the rtl or a standard package includes classes for handling lists of Integer, Double, and other types. Similar to TStringList, but for numerical types. Thanks in advance, Leonardo M. Ramé http://leonardorame.blogspot.com___ fpc-pas

Re: [fpc-pascal] Making a cross-compiler for STM32

2011-10-12 Thread Koenraad Lelong
To make my crosscompiler, I'll try make clean buildbase installbase CROSSINSTALL=1 CROSSOPT="-CfSoft -XParm-elf-" OS_TARGET=embedded CPU_TARGET=arm PREFIX=/home/koenraad/Documents/devel SUBARCH=armv7m PP=/usr/lib/fpc/2.7.1/ppcx64 No luck, I still get those heapmanager errors. I'm stuck :-( Re

Re: [fpc-pascal] Making a cross-compiler for STM32

2011-10-12 Thread Koenraad Lelong
On 12-10-11 09:07, Jeppe Græsdal Johansen wrote: Den 12-10-2011 08:25, Koenraad Lelong skrev: Neither will do, and that explains the problem. To build the svn trunk version you need the latest stable release(or latest svn trunk version), which is version 2.4.4 OK, I installed the binary versio

[fpc-pascal] OT A bit, will you vote for this feature request for FB ?

2011-10-12 Thread ik
Hi, I have created a feature request for Firebird SQL, to add support for multibyte characters when dealing with the string functions in FB. http://tracker.firebirdsql.org/browse/CORE-3630 Can you please vote for it ? Thanks, Ido LINESIP - Opening the source for communication http://www.linesi

Re: [fpc-pascal] Making a cross-compiler for STM32

2011-10-12 Thread Jeppe Græsdal Johansen
Den 12-10-2011 08:25, Koenraad Lelong skrev: On 12-10-11 08:12, Koenraad Lelong wrote: On 11-10-11 22:05, Jeppe Græsdal Johansen wrote: That's a problem, since that error was fixed in revision 19238. Btw. I just tested, and I had no problem building the svn trunk version using fpc 2.71. What v