[fpc-pascal]Compiler error on TProcess.Create
Ronald Fox
rfox at dls.queens.org
Tue May 20 12:25:06 CEST 2003
Michael,
That worked like a charm!
Thanks for the lightning-fast response,
Ron
On Tue, 20 May 2003, Michael Van Canneyt wrote:
> The readme file is outdated :/
>
> Try this instead:
>
> Myproc:=Tprocess.Create(Nil);
> Myproc.Commandline:='c:\my-fpc\initest.exe';
> Myproc.Options:=[poNoConsole,poWaitOnExit];
> MyProc.Execute;
>
> I'll adapt the readme file.
>
> Michael.
More information about the fpc-pascal
mailing list