[fpc-devel] TThread extensions
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Jun 26 15:34:12 CEST 2014
On Thu, 26 Jun 2014 15:20:39 +0200
Michael Schnell <mschnell at lumino.de> wrote:
>[...]
> More explicit;
> I need an Event queue, and IMHO for this project it is not appropriate
> at all to implement a second Event queue, while the rtl with
> TThread.Queue provides a perfectly usable one. As I do not practically
> need any working program (and in fact can create one using the svn fpc
> version, if I should need one) I can happily wait. But for implementing
> something in a once-to-be-released Lazarus LCL, it can't rely on a not
> released fpc version.
1. The nogui LCL functions can be implemented without this.
2. If you insist using the new RTL features, then add the LCL features
using $IFs.
> Am I wrong ?
Were you ever?
Mattias
More information about the fpc-devel
mailing list