On Thu, 13 Aug 2009 19:19:15 +0400 dmitry boyarintsev <[email protected]> wrote:
> > OK, after reading all the other responses I now understand the > > flexibility of keeping FPC and Lazarus separate, but why then is > > Lazarus non-responsive while the compiler is compiling in a > > separate process? > because IDE is reading FPC output? > and gives only a few .ProcessMessages for user interface? That's enough. But the ProcessMessages must come regularly, which is not possible with TProcess and FPC. See my mail about TAsyncProcess. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
