Talk:Executing External Programs

From Lazarus wiki
Revision as of 04:33, 23 May 2005 by LJPeixoto (talk | contribs) (Improved example didn't work for me)
Jump to navigationJump to search


Improved example didn't work for me

I copied the improved example and tried to compile it in lazarus 0.9.7 beta (Date: 22-05-05), using fpc version 2.0.0 [2005/05/16] for i386 - linux, and it gave me this error:

 project1.lpr(44,15) Error: identifier idents no member "Lines"
 project1.lpr(44,35) Error: Illegal expression
 project1.lpr(44,35) Fatal: Syntax error, ";" expected but "(" found


The line with error is:

 AStringList.Lines.ReadFromStream(AProcess.Output);

What's wrong ?