[fpc-pascal] The names of the various FPC documentation

2009-09-06 Thread Graeme Geldenhuys
Hi, Maybe it's just me (please let me know if it is), but looking at the various FPC .pdf files in a folder, I am never sure which one I should open for whatever I am looking for. We currently have: ref.pdf user.pdf rtl.pdf prog.pdf fcl.pdf fpdoc.pdf Out of those 3 seems to have logi

Re: [fpc-pascal] Lazarus install, getting Lazarus/Freepascal

2009-09-06 Thread Rainer Stratmann
Am Sonntag, 6. September 2009 22:24 schrieb Matthias Klumpp: > On Sun, 6 Sep 2009 22:17:36 +0200, Rainer Stratmann > > wrote: > > Is it easy to get Lazarus/Freepascal with the Debian netinst sid Image? > > (unstable) > > Or may be stable version of debian, but as I read it works olny with > > unst

Re: [fpc-pascal] Lazarus install, getting Lazarus/Freepascal

2009-09-06 Thread Matthias Klumpp
On Sun, 6 Sep 2009 22:17:36 +0200, Rainer Stratmann wrote: > Is it easy to get Lazarus/Freepascal with the Debian netinst sid Image? > (unstable) > Or may be stable version of debian, but as I read it works olny with > unstable... > Or what is the easiest way to put Lazarus/Freepascal on a Compu

[fpc-pascal] Lazarus install, getting Lazarus/Freepascal

2009-09-06 Thread Rainer Stratmann
Is it easy to get Lazarus/Freepascal with the Debian netinst sid Image? (unstable) Or may be stable version of debian, but as I read it works olny with unstable... Or what is the easiest way to put Lazarus/Freepascal on a Computer? I saw a Ubuntu Image longer time ago with Laz/FPC, but that was n

Re: [fpc-pascal] FPC reference manual.

2009-09-06 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said: > > I'm new to FPC. > > I've used TP for many years up to TP7 but not Delphi. > > Then I came to Ada. > > FPC seems to bring many enhancements to TP. > > First I'm reading some documentation ;-) > > I'm looking for a way to program with Cocoa on M

Re: [fpc-pascal] FPC reference manual.

2009-09-06 Thread Michael Van Canneyt
On Sun, 6 Sep 2009, Pascal wrote: Hello. I'm new to FPC. I've used TP for many years up to TP7 but not Delphi. Then I came to Ada. FPC seems to bring many enhancements to TP. First I'm reading some documentation ;-) I'm looking for a way to program with Cocoa on Mac. Thank you for the remark

Re: [fpc-pascal] InterProcessCommunication

2009-09-06 Thread Michael Van Canneyt
On Sun, 6 Sep 2009, Koenraad Lelong wrote: Hi, I would like to use some form of IPC, but I would like some examples. In the rtl-reference I found working examples with sockets, but these use deprecated functions. I translated them to up-to-date functions but I don't know how to read from the s

[fpc-pascal] InterProcessCommunication

2009-09-06 Thread Koenraad Lelong
Hi, I would like to use some form of IPC, but I would like some examples. In the rtl-reference I found working examples with sockets, but these use deprecated functions. I translated them to up-to-date functions but I don't know how to read from the socket, do I use fpRead or fpRecv ? How do I chec

Re: [fpc-pascal] mysterious crashing, maybe related to setlength

2009-09-06 Thread Jonas Maebe
On 06 Sep 2009, at 10:16, David Emerson wrote: My program is crashing, and I just can't figure out why. Heaptrc has given me this rather cryptic info: Marked memory at $B79BA208 invalid Wrong signature $20D8 instead of 8E1C71B6 It means that you probably have a buffer overrun somewhere.

[fpc-pascal] mysterious crashing, maybe related to setlength

2009-09-06 Thread David Emerson
My program is crashing, and I just can't figure out why. Heaptrc has given me this rather cryptic info: Marked memory at $B79BA208 invalid Wrong signature $20D8 instead of 8E1C71B6 Using lazurus's step-into functionality, I've it down to the line where it's crashing -- seems to be crashing

Re: [fpc-pascal] FPC reference manual.

2009-09-06 Thread dmitry boyarintsev
> I'm looking for a way to program with Cocoa on Mac. some docs for you to read: http://wiki.lazarus.freepascal.org/PasCocoa http://wiki.lazarus.freepascal.org/FPC_PasCocoa thanks, dmitry ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http: