Re: [MSEide-MSEgui-talk] About ZEOS in MSEide-MSEgui

2015-01-26 Thread Martin Schreiber
On Monday 26 January 2015 13:57:09 Julio Jiménez wrote: 2015-01-26 13:55 GMT+01:00 Martin Schreiber mse00...@gmail.com: Zeos 7.2 is supported, Zeos 7.2 has {$ifdef MSEgui} for MSEgui compatibility. Please compile Zeos with -dmsegui. How MSElang will support third party libraries is not

Re: [MSEide-MSEgui-talk] About ZEOS in MSEide-MSEgui

2015-01-26 Thread Martin Schreiber
On Monday 26 January 2015 10:46:41 Julio Jiménez wrote: I have seen you have removed ZEOS.txt. Does it means ZEOS is no longer supported? (just curiosity) ZEOS.TXT is obsolete, please use README.TXT instead. This makes me wondering, how compatible will be, actual MSEide+MSEgui applications

Re: [MSEide-MSEgui-talk] First comparison MSElang - FPC ;-)

2015-01-26 Thread Ivanko B
How is this related to the future = The promise also offers combination of async=parallel ( all() ) sync=waited (then()) execution, for instance : Promise.all([async_func1(),..async_funcN(),..]).then(sync_func1()).then(sync_func2))... async_funcX() run in parallel (on different cores

[MSEide-MSEgui-talk] About ZEOS in MSEide-MSEgui

2015-01-26 Thread Julio Jiménez
I have seen you have removed ZEOS.txt. Does it means ZEOS is no longer supported? (just curiosity) This makes me wondering, how compatible will be, actual MSEide+MSEgui applications code. (in MSELang) -- Julio Jiménez Borreguero

Re: [MSEide-MSEgui-talk] First comparison MSElang - FPC ;-)

2015-01-26 Thread Michael Schnell
On 01/25/2015 07:32 PM, Ivanko B wrote: How about the Promise conseption for task parallelizing/waiting as a benifitiar of multiple cores? How is this related to the future notation used in Delphi Prism (aka Oxygen )? -Michael