Re: [fpc-pascal]parameter is 0x0 on callback

2004-06-05 Thread Peter Vreman
> So i looked in the docs and asked myself: > > What are the limits for stack and heap? > And why does the -Cs switch do nothing on Linux and FreeBSD? > > Fact is, the stack is overflowing right at the start and i did not > notice. That is part of Linux and FreeBSD in the docs is obsolete. Stackch

[fpc-pascal]Newbie to FPC: Can't compile

2004-06-05 Thread Ivan Stamenkovic
Hello, The following code I can't compile. FPC reports there's no unit Linux. I use FPC 1.0.4 (both IDE and command line compiler), win32 version. The code is from 'Reference Guide', Chapter 18. Is it actually possible at all? TIA, Ivan Program Client; { Program to test Sockets unit by Micha

Re: [fpc-pascal]Newbie to FPC: Can't compile

2004-06-05 Thread Peter Vreman
> Hello, > > The following code I can't compile. FPC reports there's no unit Linux. > I use FPC 1.0.4 (both IDE and command line compiler), win32 version. > The code is from 'Reference Guide', Chapter 18. > > Is it actually possible at all? The code is made for linux only and does not support win3

Re: [fpc-pascal]parameter is 0x0 on callback

2004-06-05 Thread Marc Santhoff
Am Sa, den 05.06.2004 schrieb Peter Vreman um 10:05: > > So i looked in the docs and asked myself: > > > > What are the limits for stack and heap? > > And why does the -Cs switch do nothing on Linux and FreeBSD? > > > > Fact is, the stack is overflowing right at the start and i did not > > notice.