1. Which version of wxEuphoria goes with Eu4 ?.
- Posted by vmars Jun 09, 2009
- 879 views
I have been running Eu3. Now I want to run Eu4 on a different computer.
Please, which version of wxEuphoria goes with Eu4. Also, if you know, which WxEuIDEs run with Eu4?
Thanks! ...Vern
2. Re: Which version of wxEuphoria goes with Eu4 ?.
- Posted by Andy Jun 09, 2009
- 837 views
I have been running Eu3. Now I want to run Eu4 on a different computer.
Please, which version of wxEuphoria goes with Eu4. Also, if you know, which WxEuIDEs run with Eu4?
Thanks! ...Vern
I'm not entirley sure about this, but I think wxEuphoria and win32lib were going to get updated for 4.0. Again I'm totally sure on this, but I remembering hearing about this somewhere. Anyways, I think the most current version of wxEuphoria will do for now.
3. Re: Which version of wxEuphoria goes with Eu4 ?.
- Posted by vmars Jun 09, 2009
- 836 views
Ok, thanks!
Is there a list of changes in naming of things.
Ie., in Eu3 wxEuphoria.e --> wxEud.e , etc.
Thanks! ...Vern
4. Re: Which version of wxEuphoria goes with Eu4 ?.
- Posted by Andy Jun 09, 2009
- 875 views
Ok, thanks!
Is there a list of changes in naming of things.
Ie., in Eu3 wxEuphoria.e --> wxEud.e , etc.
Thanks! ...Vern
I'm not sure if they is a change in the way things are named.
5. Re: Which version of wxEuphoria goes with Eu4 ?.
- Posted by mattlewis (admin) Jun 10, 2009
- 848 views
Ok, thanks!
Is there a list of changes in naming of things.
Ie., in Eu3 wxEuphoria.e --> wxEud.e , etc.
Thanks! ...Vern
There is no currently released version of wxEuphoria that works with eu v4.0. The reason for this is that the sequence and atom structures have changed. The code in the trunk for wxEuphoria has been updated, but you'd need to build the library from source in order to get it to work. I'm thinking that I'll put up a bleeding edge release this weekend.
BTW, the change to sequences and atoms is backwards compatible with 3.1.
I've toyed around a bit with changing the layout of wxEuphoria, so that classes got their own files again. Also, I'd been simplifying routine names, so that we could use namespaces, rather than inconsistent prefixes, to disambiguate. That's all experimental, and might not go anywhere.
The wxEuphoria.e to wxeud.e change was a few releases ago, and brought everything from multiple files into a single file. It also added a compiled libwxeu.dll/so that did a lot of the wrapping.
Matt
6. Re: Which version of wxEuphoria goes with Eu4 ?.
- Posted by vmars Jun 10, 2009
- 914 views
- Last edited Jun 11, 2009
I'm thinking that I'll put up a bleeding edge release this weekend.
Ok, thanks!
I'll check back ~Monday.
7. Re: Which version of wxEuphoria goes with Eu4 ?.
- Posted by vmars Jun 11, 2009
- 819 views
Btw Matt; Is there anything I can do to help. I'm not good at Euphoria yet, but can handle some grunt work.
Thanks!