[Lazarus] Multi-threading support in IDE

Martin Schreiber fpmse at bluewin.ch
Fri Aug 14 14:08:46 CEST 2009


On Friday 14 August 2009 14:02:34 Graeme Geldenhuys wrote:
> Martin Schreiber wrote:
> > Yes. It can also call gcc and parse the error messages. Also possible
>
> So how did you resolve the async process issue that Lazarus is
> experiencing under Linux? Or does running the compiler process (TProcess
> style) via a separate thread bypass the issue of TAsyncProcess that
> Lazarus IDE is using. That means MSEide doesn't need a TAsyncProcess
> type component?
>
I don't know TAsyncProcess. What does it compared to TProcess? What are the 
Problems? I use the MSEgui version of exec() and the tpipereader class to run 
the compiler and read the messages.

Martin




More information about the Lazarus mailing list