> 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
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
> 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
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.