Re: [fpc-pascal] Threading in FPC on Win32 and Linux

2006-08-06 Thread Jonas Maebe
On 06 Aug 2006, at 11:30, Jason P Sage wrote: Does anyone have any suggestions on where I should really start with making threads etc in a manner that will allow one code base but work on at least win32 and Linux? http://www.freepascal.org/docs-html/rtl/classes/tthread.html Jonas __

Re: [fpc-pascal] Threading in FPC on Win32 and Linux

2006-08-06 Thread Felipe Monteiro de Carvalho
On 8/6/06, Jason P Sage <[EMAIL PROTECTED]> wrote: Does anyone have any suggestions on where I should really start with making threads etc in a manner that will allow one code base but work on at least win32 and Linux? There is a tutorial here: http://wiki.lazarus.freepascal.org/index.php/Mult

[fpc-pascal] Threading in FPC on Win32 and Linux

2006-08-06 Thread Jason P Sage
Does anyone have any suggestions on where I should really start with making threads etc in a manner that will allow one code base but work on at least win32 and Linux? I'm trying to make an application that is more or less acting like a daemon, that waits for a message from another process, and ta