[Lazarus] Problem using TAsyncProcess.OnReadData
Micha Nelissen
micha at neli.hopto.org
Sat Jul 31 13:25:07 CEST 2010
shoKwave wrote:
> Hi all,
>
> I'm trying to use TAsyncProcess and got into trouble on other widgetsets
> than GTK2. The code below works fine on Ubuntu 10.04 x64 (GTK2) and
> openSUSE 11.3 i386 (GTK2), but not on openSUSE 11.3 i386 (QT) or
> Windows7 i386.
Windows should work, I think... Qt is probably not implemented yet:
TAsyncProcess.OnReadData relies on AddPipeEventHandler working properly.
It should integrate that handle in the main event loop.
Micha
More information about the Lazarus
mailing list