Re: [fpc-pascal] TReader.ReadProperty

2010-11-04 Thread Brian Winfrey
See post from about two weeks ago. "Building FPC with debug information" On Wed, Nov 3, 2010 at 3:39 AM, Roland Turčan - RoTurSoft wrote: > > > On Wed, Nov 3, 2010 at 9:17 AM, Michael Van Canneyt > wrote: >>> >>> PS: How can I debug TReader class, because debuger steps over my calls >>> from >>>

Re: [fpc-pascal] IntList

2010-11-04 Thread Florian Klaempfl
Am 04.11.2010 14:59, schrieb Marco van de Voort: > In our previous episode, Florian Klaempfl said: >>> Sorry, >>> >>> This was meant to be a private message. >>> >>> For those interested: the idea is to have a standard set of generics >>> definitions that implement some commonly-used templates. A k

Re: [fpc-pascal] IntList

2010-11-04 Thread Marco van de Voort
In our previous episode, Florian Klaempfl said: > > Sorry, > > > > This was meant to be a private message. > > > > For those interested: the idea is to have a standard set of generics > > definitions that implement some commonly-used templates. A kind of STL > > in pascal. > > You are aware of t

Re: [fpc-pascal] IntList

2010-11-04 Thread Florian Klaempfl
Am 04.11.2010 13:23, schrieb Michael Van Canneyt: > > Sorry, > > This was meant to be a private message. > > For those interested: the idea is to have a standard set of generics > definitions that implement some commonly-used templates. A kind of STL > in pascal. You are aware of the fgl unit i

Re: [fpc-pascal] looking for a book - "XLIB Programming Manual Rel.5 Volume One"

2010-11-04 Thread José Mejuto
Hello Graeme, Thursday, November 4, 2010, 7:20:24 AM, you wrote: GG> XLIB Programming Manual, Rel. 5 Volume One, Third Edition GG> Print ISBN: GG> 978-1-56592-002-6 GG> ISBN 10: GG> 1-56592-002-3 http://www.niksula.hut.fi/~jkirma/books/xlib.pdf It is not eBook, but... -- Best regards,

Re: [fpc-pascal] IntList

2010-11-04 Thread Michael Van Canneyt
Sorry, This was meant to be a private message. For those interested: the idea is to have a standard set of generics definitions that implement some commonly-used templates. A kind of STL in pascal. Michael. On Thu, 4 Nov 2010, Michael Van Canneyt wrote: Hi, I asked around. We'd like

Re: [fpc-pascal] IntList

2010-11-04 Thread Michael Van Canneyt
Hi, I asked around. We'd like to propose the following: - We import the code in the FPC subversion repository, in a package. - You get read/write access to the package, so you can maintain it. Subject to 2 conditions: - You use the FPC license. - Please remove all _ characters at the start of

Re: [fpc-pascal] IntList

2010-11-04 Thread Michael Van Canneyt
On Wed, 3 Nov 2010, Vlado Boza wrote: On 10/19/2010 08:28 PM, Michael Van Canneyt wrote: [snip] The code is on http://code.google.com/p/stlpascal Please have a look and comment on it. I'm not a generics expert and am not in the position to judge whether this library is good or not.

[fpc-pascal] GDB

2010-11-04 Thread Евгений Семенов (Evgeniy Sem enov)
Hello Can anybody tell me how i can build fpc 2.5.1 with gdb support. I have ubuntu 10.10 with gdb 7.2 binary package installed , when i tried to 'make build' i got linker errors like: (.text+0x142): undefined reference to `_Py_NoneStruct' //usr/lib/libgdb.a(py-type.o): In function `typy_get_

Re: [fpc-pascal] ppc386 or ppcx64

2010-11-04 Thread Sven Barth
Am 04.11.2010 10:43, schrieb Julien Devillers: -Message d'origine- De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-boun...@lists.freepascal.org] De la part de Sven Barth Envoyé : jeudi 4 novembre 2010 10:06 À : fpc-pascal@lists.freepascal.org Objet : Re: [fpc-pascal] pp

Re: [fpc-pascal] TReader.ReadProperty

2010-11-04 Thread Roland Turčan - RoTurSoft
On Wed, Nov 3, 2010 at 9:17 AM, Michael Van Canneyt wrote: > PS: How can I debug TReader class, because debuger steps over my calls from >> TReader. >> > > You must recompile the RTL with debug information, and then recompile your > project. > > Thanks for answer, but please could you assist me ho

Re: [fpc-pascal] IntList

2010-11-04 Thread Vlado Boza
On 10/19/2010 08:28 PM, Michael Van Canneyt wrote: On Tue, 19 Oct 2010, Sven Barth wrote: Am 19.10.2010 19:54, schrieb Juha Manninen (gmail): On Tuesday 19 October 2010 19:10:39 Luiz Americo Pereira Camara wrote: Yes it's ready in fpc 240: uses Fgl; type TIntegerList = specialize TF

RE: [fpc-pascal] ppc386 or ppcx64

2010-11-04 Thread Julien Devillers
-Message d'origine- De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-boun...@lists.freepascal.org] De la part de Sven Barth Envoyé : jeudi 4 novembre 2010 10:06 À : fpc-pascal@lists.freepascal.org Objet : Re: [fpc-pascal] ppc386 or ppcx64 Am 04.11.2010 09:33, schrieb Juli

Re: [fpc-pascal] ppc386 or ppcx64

2010-11-04 Thread Sven Barth
Am 04.11.2010 09:33, schrieb Julien Devillers: Hello Please can you tell me if : ppc386 in intend to be used on a i386 platform and ppcx64 on a 64bits platform regarless the type of app to build or both are intend to be used on any plateform. ppc386 to build apps for i386 systems and ppcx64 t

RE: [fpc-pascal] Cross-Compiling win32 -> Linux 64, how to get thecross compiler ?

2010-11-04 Thread Julien Devillers
-Message d'origine- De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-boun...@lists.freepascal.org] De la part de Sven Barth Envoyé : jeudi 4 novembre 2010 09:16 À : fpc-pascal@lists.freepascal.org Objet : Re: [fpc-pascal] Cross-Compiling win32 -> Linux 64, how to get thecr

[fpc-pascal] ppc386 or ppcx64

2010-11-04 Thread Julien Devillers
Hello Please can you tell me if : ppc386 in intend to be used on a i386 platform and ppcx64 on a 64bits platform regarless the type of app to build or both are intend to be used on any plateform. ppc386 to build apps for i386 systems and ppcx64 to build 64bits apps. Thanks Julien _

Re: [fpc-pascal] Cross-Compiling win32 -> Linux 64, how to get the cross compiler ?

2010-11-04 Thread Sven Barth
Am 03.11.2010 18:24, schrieb Julien Devillers: Ok, I Found them. thanks Julien Out of curiosity and maybe for others that have the same problem: Where did you find them? Regards, Sven ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

Re: [fpc-pascal] looking for a book - "XLIB Programming Manual Rel.5 Volume One"

2010-11-04 Thread Graeme Geldenhuys
Op 2010-11-04 08:59, Marten Feldtmann het geskryf: > They seem to be (in used condition) available via amazon (as I looked > today). Amazon (USA and UK) was my first port of call, but I don't know, or am unsure how this "amazon marketplace" idea works. The books don't come from Amazon directly, s