Difference between revisions of "Talk:Executing External Programs"

From Lazarus wiki
Jump to navigationJump to search
(Improved example didn't work for me)
Line 1: Line 1:
 
  
 
== Improved example didn't work for me ==
 
== Improved example didn't work for me ==
Line 14: Line 13:
  
 
What's wrong ?
 
What's wrong ?
 +
 +
: I fixed the example. [[User:Vincent|Vincent]] 04:57, 23 May 2005 (PDT)

Revision as of 13:57, 23 May 2005

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 ?

I fixed the example. Vincent 04:57, 23 May 2005 (PDT)