Re: wxEuphoria Problem

new topic     » goto parent     » topic index » view thread      » older message » newer message
euphoric said...
Lone_EverGreen_Ranger said...
euphoric said...

That code runs fine for me! smile

I get the Frost Editor screen with a File menu...

I just ran it, it does run, but when I click on "exit" I get that error.

Matt, what's the smallest code necessary to determine what version of wxEuphoria one is running? Is there a commandline command that can be used to determine this? If not, maybe there could be? smile

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu