Re: [fpc-pascal] Lazarus 1.2.6 Release

2014-10-15 Thread Eric Kom
On 14/10/2014 17:13, Mattias Gaertner wrote: Hi All, Thanks for all the job done, I'm downloading it right now. The Lazarus team is glad to announce the release of Lazarus 1.2.6. This release was built with fpc 2.6.4. Here is the list of changes for Lazarus and Free Pascal:

[fpc-pascal] FPC 2.8.0 or 3.0.0 schedulling?

2014-10-15 Thread Roberto Carlos
Any news on estimated dates for releasing FPC 2.8.0 or 3.0.0? - https://www.mail-archive.com/fpc-pascal@lists.freepascal.org/msg34752.html Re: [fpc-pascal] Namespaces Support Michael Van Canneyt Wed, 23 Oct 2013 05:01:33 -0700 On Wed, 23 Oct 2013, Fabrício Srdic wrote:

Re: [fpc-pascal] FPC 2.8.0 or 3.0.0 schedulling?

2014-10-15 Thread Graeme Geldenhuys
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. ;-)

Re: [fpc-pascal] FPC 2.8.0 or 3.0.0 schedulling?

2014-10-15 Thread leledumbo
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:

[fpc-pascal] fpGUI Thread-safe

2014-10-15 Thread Brian
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. ___

Re: [fpc-pascal] fpGUI Thread-safe

2014-10-15 Thread fredvs
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 =

Re: [fpc-pascal] fpGUI Thread-safe

2014-10-15 Thread Graeme Geldenhuys
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

Re: [fpc-pascal] fpGUI Thread-safe

2014-10-15 Thread Graeme Geldenhuys
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 -

Re: [fpc-pascal] fpGUI Thread-safe

2014-10-15 Thread Brian
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.