Re: wxEuphoria Problem
- Posted by Jerry_Story Aug 20, 2009
- 1100 views
In wxeud.e, you'll find these definitions:
wxEuphoria_Version = {0,13,0} wxNEED_BUILD = 14
They are global. If you are running eu v4, then you need v0.13.0, along with the dll that comes with it. If you use an earlier version of the dll, you'll get lots of crashes. The wxEuphoria_Version constant is self explanatory. wxNEED_BUILD is the version of the dll. As you can see, it isn't the same as the wxEuphoria_Version.
You could probably get away with running v0.12.0 so long as you were using build 14 of the dll. wxEuphoria works with raw euphoria objects, and the definitions of sequences and atoms has changed a little with euphoria 4.0.
Matt
I hope some day the process of installing wxEuphoria is automated. If Euphoria programmers have difficulty installing wxEuphoria, imagine the difficulty people outside the Euphoria community have. Typically they are less familiar with the Euphoria world and besides have less motivation. Every program based on wxEuphoria and intended for the general public will have this problem until the process of installing wxEuphoria is automated.