Sorry , I meant fpGUI created applications , not the toolkit.
Thanks
Brian
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/fpGUI-Thread-safe-tp5720361p5720365.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
Brian wrote:
>Is fpGUI running under X11 thread-safe?
>
No the toolkit itself is not thread-safe, just like pretty much all GUI
toolkits I know. Saying that, you can obviously develop multi-threaded
applications with fpGUI or any other toolkit.
--
Regards,
- Graeme -
__
On 2014-10-15 15:59, Brian wrote:
> Is fpGUI running under X11 thread-safe?
The toolkit itself is not thread-safe per-se (like all GUI toolkits I
know), but you can obviously still develop multi-threaded and
thread-safe applications.
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GU
i use lot of (complicated) threads with fpGUI => works perfect and no
problems...
I even have done hard-core test.
The only thing that i noticed is when using synchronize() with fpc < 2.7.1
=> i have better synchronization with fpGUI-build-in postmessage().
If queue() (fpc >= 2.7.1) is used => a
Is fpGUI running under X11 thread-safe?
Thanks
Brian
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/fpGUI-Thread-safe-tp5720361.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pa
> Any news on estimated dates for releasing FPC 2.8.0 or 3.0.0?
If you don't see it mentioned in the mailing list/forum/wiki, then it's
simply not there yet. Just use trunk if you can't wait.
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/FPC-2-8-0-or-3-0-0-s
Hi,
On 15/10/2014 06:13, Roberto Carlos wrote:
> Any news on estimated dates for releasing FPC 2.8.0 or 3.0.0?
If you want the latest and greatest FPC now, simply checkout the Trunk
branch. This is how it has always worked (and applies to any open source
project). Usual disclaimers apply. ;-)
R