[fpc-pascal] Run process and exit (win32)

2007-10-22 Thread Leonardo M. Ram
Hi, I'm trying to start a Win32 process and exit leaving the process executing. The test scenario is a CGI calling a simple Http server (the Synapse Http server demo). The problem is the CGI program doesn't stop (in Firefox's status bar there's a "Transfering data from localhost..." message unti

Re: [fpc-pascal] MPICH2 on FPC

2007-10-22 Thread Daniƫl Mantione
Op Mon, 22 Oct 2007, schreef Lourival Mendes: > Hy everybody, > > I would like to use the MPICH2 on Lazarus or FPC, and as far as I see > on the net there is the H2Pas tool on Lazarus that does a binding from > the headers file of the MPICH2 to PAS file, but I still have some > troubles on usin

Re: [fpc-pascal] PasWiki for download?

2007-10-22 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 22/10/2007, Florian Klaempfl <[EMAIL PROTECTED]> wrote: Anything wrong with putting it in the fpc wiki? Oops, posting to the wrong mailing list. :-) Anyway, I thought the fpc wiki was only meant for FPC specific content. By that I mean FPC itself and any packag

Re: [fpc-pascal] PasWiki for download?

2007-10-22 Thread Graeme Geldenhuys
On 22/10/2007, Florian Klaempfl <[EMAIL PROTECTED]> wrote: > > Anything wrong with putting it in the fpc wiki? Oops, posting to the wrong mailing list. :-) Anyway, I thought the fpc wiki was only meant for FPC specific content. By that I mean FPC itself and any packages that ship with fpc relea

Re: [fpc-pascal] PasWiki for download?

2007-10-22 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: > Hi, > > Any ideas when (or if) PasWiki will be released to the public? I know > about the Simple CMS downloads, but don't feel the urge to rewrite it > into a full fledged wiki server with syntax parsing only to find > PasWiki already does all that and could be releas

[fpc-pascal] MPICH2 on FPC

2007-10-22 Thread Lourival Mendes
Hy everybody, I would like to use the MPICH2 on Lazarus or FPC, and as far as I see on the net there is the H2Pas tool on Lazarus that does a binding from the headers file of the MPICH2 to PAS file, but I still have some troubles on using it, does some one did it before?? here is the link: http:/

[fpc-pascal] PasWiki for download?

2007-10-22 Thread Graeme Geldenhuys
Hi, Any ideas when (or if) PasWiki will be released to the public? I know about the Simple CMS downloads, but don't feel the urge to rewrite it into a full fledged wiki server with syntax parsing only to find PasWiki already does all that and could be released before I complete my wiki server. I

[fpc-pascal] The SetLength procedure (which sets the size of dynamic arrays)

2007-10-22 Thread Adrian Maier
Hello, I have found out about the SetLength procedure in the "Free Pascal : Reference guide" , chapter 3.3.1 Arrays . But I am unable to find the complete description of this function. What unit does SetLength belong to ? In the System unit i've found DynArraySetLength procedure, but there it'

Re: [fpc-pascal] Compiling FPC 2.3 with FPC 2.2 (Mac OS i386)

2007-10-22 Thread Florian Klaempfl
Tobias Giesen schrieb: > > Where can I get the 2.2 sources? http://www.freepascal.org/down/source/sources-ftp.freepascal.org.var ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] RTL events

2007-10-22 Thread Vinzent Hoefler
On Friday 19 October 2007 15:10, [EMAIL PROTECTED] wrote: > I'm studing RTL Events and TEvent class under Unix. RTL Event don't > keep the state of event after an RTLEventWaitFor or > RTLEventWaitForTimeout (after this the event is reseted). > > This reset after an RTLWaitFor is a rule for RTL Eve