[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
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 code. (in MSELang)

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 yet decided.

Martin



--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2015-01-26 Thread Julio Jiménez
2015-01-26 13:55 GMT+01:00 Martin Schreiber :

>
> 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 yet decided.
>
>
I mean pure MSEide+MSEgui projects (FPC), but probably is too early to talk
about it.

-- 
Julio Jiménez Borreguero
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 :
> > 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 yet decided.
>
> I mean pure MSEide+MSEgui projects (FPC), but probably is too early to talk
> about it.

At the beginning MSElang will support the Free Pascal dialect used by 
MSEide+MSEgui only, a subset of FPC 2.6.4. Currently I am implementing this. 
The real MSElang dialect will come later. Because MSElang uses a syntax 
definition file which will be converted to Pascal control structures used by 
the compiler by a tool additional dialects can be added with little effort.

Martin

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2015-01-26 Thread misu kun
does this mean , we can't use libraries written in pascal  with the
future versions of mselang ?

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


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

2015-01-26 Thread Martin Schreiber
On Monday 26 January 2015 17:55:09 misu kun wrote:
> does this mean , we can't use libraries written in pascal  with the
> future versions of mselang ?
>
It depends on the dialect the library uses. I do not plan to implement all the 
new Free Pascal additions. If the Library uses a dialect which is not 
supported by MSElang then the libraries can be compiled by FPC and linked 
with MSElang units. But as Julio writes, it is too early for details.

Martin

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk