[lazarus] TProcess

Marco van de Voort marcov at stack.nl
Wed Dec 12 11:58:49 EST 2001



I'm trying to compile Lazarus on FreeBSD using 1.0.5 (of today), and am having
troubles:

- osdirseparator doesn't exist, but its purpose can be easily guessed.
- TProcess is used in two ways, while it has only one constructor, and 
   TProcess is only defined in the fcl process function?
   One is   <var>:=TProcess.Create(NIL) (Arg probably TComponent according
   to the fcl?) and the other is TProcess.Create(<filename>,[flag1,flag2]);

What is going on here? I first thought Lazarus was simply out of sync with
1.0.5 as it is now, but the sources seem to use two different definitions
of Create()?






More information about the Lazarus mailing list