[fpc-pascal] Re: Sybil Library - OS/2 and other INF e-books

2013-01-25 Thread Reinier Olislagers
On 24-1-2013 18:55, Tomas Hajny wrote: > On Thu, January 24, 2013 18:03, Graeme Geldenhuys wrote: >> I know there are still a few of you developing for the OS/2 platform. So >> I made available on my server some INF e-books. They originally came >> from the Sybil Library project. >> >> There are

[fpc-pascal] Re: Favourite Pascal books

2013-01-25 Thread Reinier Olislagers
On 24-1-2013 17:57, Graeme Geldenhuys wrote: > The second ebook [oop_refg.inf] covers Object Oriented Programming using > Object Pascal. Unfortunately this book is only available in German - I > have plans to translate it to English soon. Interesting. Together with motaz' Lazarus book (see threa

Re: [fpc-pascal] Linker Error: what does this mean?

2013-01-25 Thread Tomas Hajny
On Fri, January 25, 2013 14:33, Gerhard Scholz wrote: > Sorry, I forgot how to file a bug report. Either somebody explains me, > please, or uses this information: > > I created a smaller test program which produces the same error. > > The test files can be found here: > http://mewal.com/test.zip (1

[fpc-pascal] UTF-8 decoding

2013-01-25 Thread Mark Morgan Lloyd
What does Utf8Decode() do if the input is incomplete because it's arriving slowly over a serial or telnet connection? By analogy with StrToInt() etc., is there be a TryUtf8Decode() which sets a flag if the parameter is well-formed? -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opi

Re: [fpc-pascal] Linker Error: what does this mean?

2013-01-25 Thread Gerhard Scholz
Sorry, I forgot how to file a bug report. Either somebody explains me, please, or uses this information: I created a smaller test program which produces the same error. The test files can be found here: http://mewal.com/test.zip (161 kB) or http://mewal.com/test.7z (21 kB) If someone wants to h