1. Judith Evans IDE Issue

Hello,

Sorry to ask such two different questions in a short amount of time. When I tried to use Juidth Evans IDE, I got the error requires presence of EuDir in autoexec.bat and will terminate without it. I'm on Windows Vista 64-bit. Is there a work around for this? I'm using Euphoria 4.0

new topic     » topic index » view message » categorize

2. Re: Judith Evans IDE Issue

Lone_EverGreen_Ranger said...

When I tried to use Juidth Evans IDE, I got the error requires presence of EuDir in autoexec.bat and will terminate without it. I'm on Windows Vista 64-bit. Is there a work around for this?

Use wxEuphoria.

See this post: Easy GUI Development with wxEuphoria.

new topic     » goto parent     » topic index » view message » categorize

3. Re: Judith Evans IDE Issue

euphoric said...
Lone_EverGreen_Ranger said...

When I tried to use Juidth Evans IDE, I got the error requires presence of EuDir in autoexec.bat and will terminate without it. I'm on Windows Vista 64-bit. Is there a work around for this?

Use wxEuphoria.

See this post: Easy GUI Development with wxEuphoria.

So there's no way of using the IDE on Eu 4.0? I was having issues with wxEuphoria last time I used it.

new topic     » goto parent     » topic index » view message » categorize

4. Re: Judith Evans IDE Issue

Hi

@CK - that looks very neat - what you need to do now (pleeeeeease), is show how to install this from scratch (euphoria / wxwidgets / guiformdesigner), and put it in the wiki.

@Loneevergreenranger - eudir is an environment variable, set in the olden days in autoexec.bat, and is obviously legacy. However you can set environment variables, either per session, or globally, the easiest way to do this is (from memory now) right click on 'my computer' -> properties -> advanced -> environment variables -> system variables -> new, then set the fields (name eudir, variable [path_to_euphoria]) - may require a reboot. You may also need to set the euinc varaiable too, to the euphoria include directory.

Hope that helps

Chris

new topic     » goto parent     » topic index » view message » categorize

5. Re: Judith Evans IDE Issue

Lone_EverGreen_Ranger said...
euphoric said...
Lone_EverGreen_Ranger said...

When I tried to use Juidth Evans IDE, I got the error requires presence of EuDir in autoexec.bat and will terminate without it. I'm on Windows Vista 64-bit. Is there a work around for this?

Use wxEuphoria.

See this post: Easy GUI Development with wxEuphoria.

So there's no way of using the IDE on Eu 4.0? I was having issues with wxEuphoria last time I used it.

I didn't mean to imply the IDE doesn't work with Eu 4.0. It does! I used that set up a lot in the recent past, and still use it sometimes nowadays. I'm just saying the easier- and more stable!- workflow is now with wxEuphoria (IMHO).

Where did you get your copy of the IDE? I think the latest version is at SourceForge somewhere...

new topic     » goto parent     » topic index » view message » categorize

6. Re: Judith Evans IDE Issue

ChrisB said...

@CK - that looks very neat - what you need to do now (pleeeeeease), is show how to install this from scratch (euphoria / wxwidgets / guiformdesigner), and put it in the wiki.

Something like this?

  1. Install Euphoria 4.0
  2. Install wxEuphoria
  3. Install wxFormBuilder (I'm currently using the 3.2.3 beta)
  4. ???
  5. PROFIT!


What page in the wiki?

new topic     » goto parent     » topic index » view message » categorize

7. Re: Judith Evans IDE Issue

ChrisB said...

Hi

@CK - that looks very neat - what you need to do now (pleeeeeease), is show how to install this from scratch (euphoria / wxwidgets / guiformdesigner), and put it in the wiki.

@Loneevergreenranger - eudir is an environment variable, set in the olden days in autoexec.bat, and is obviously legacy. However you can set environment variables, either per session, or globally, the easiest way to do this is (from memory now) right click on 'my computer' -> properties -> advanced -> environment variables -> system variables -> new, then set the fields (name eudir, variable [path_to_euphoria]) - may require a reboot. You may also need to set the euinc varaiable too, to the euphoria include directory.

Hope that helps

Chris

Thanks, but it still dosen't work. Is it possible to have Eu 3 and 4 on the same machine? Without there being any conflicts? Or is there something I'm doing wrong, that is why the Judith's IDE keeps coming up with the autoexec.bat error.

new topic     » goto parent     » topic index » view message » categorize

8. Re: Judith Evans IDE Issue

Lone_EverGreen_Ranger said...

Is it possible to have Eu 3 and 4 on the same machine? Without there being any conflicts? Or is there something I'm doing wrong, that is why the Judith's IDE keeps coming up with the autoexec.bat error.

Firstly, the message from the IDE is misleading. The EUDIR symbol can be set outside the autoexec.bat file. And yes, you can have both Eu3 and Eu4 on the same machine.

Ok, the IDE requires EUDIR to be set, but this can be set just prior to running the IDE. My suggestion is that you create your own .BAT file to run the IDE. So create a file called myide.bat and have it contain something along the lines of ...

set EUDIR=path_to_eu4 
ide 
then to start the IDE up type in myide at the command line.

new topic     » goto parent     » topic index » view message » categorize

9. Re: Judith Evans IDE Issue

euphoric said...
ChrisB said...

@CK - that looks very neat - what you need to do now (pleeeeeease), is show how to install this from scratch (euphoria / wxwidgets / guiformdesigner), and put it in the wiki.

Something like this?

  1. Install Euphoria 4.0
  2. Install wxEuphoria
  3. Install wxFormBuilder (I'm currently using the 3.2.3 beta)
  4. ???
  5. PROFIT!


What page in the wiki?

Hi

Create one - this is the first time I heard of this, and this info could get lost in the fullnes of time and posts, but in the wiki its part of the rich library of information that euphoria users can create.

Chris

new topic     » goto parent     » topic index » view message » categorize

10. Re: Judith Evans IDE Issue

ChrisB said...

Create one - this is the first time I heard of this, and this info could get lost in the fullnes of time and posts, but in the wiki its part of the rich library of information that euphoria users can create.

OK, created the wxEuphoria wiki page...

new topic     » goto parent     » topic index » view message » categorize

11. Re: Judith Evans IDE Issue

Excellent. Ta

Chris

new topic     » goto parent     » topic index » view message » categorize

12. Re: Judith Evans IDE Issue

euphoric said...

OK, created the wxEuphoria wiki page...

Thanks for sharing this! I just used to wxFormBuilder to remake one of my applications in significanlty less time; it integrates really well with wxEuphoria. Thank you guys for all the hard work!

Ira

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu