1. Judith Evans IDE Issue
- Posted by Lone_EverGreen_Ranger Nov 30, 2011
- 2122 views
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
2. Re: Judith Evans IDE Issue
- Posted by euphoric (admin) Dec 01, 2011
- 2136 views
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.
3. Re: Judith Evans IDE Issue
- Posted by Lone_EverGreen_Ranger Dec 01, 2011
- 2145 views
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.
4. Re: Judith Evans IDE Issue
- Posted by ChrisB (moderator) Dec 01, 2011
- 2128 views
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
5. Re: Judith Evans IDE Issue
- Posted by euphoric (admin) Dec 01, 2011
- 2116 views
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...
6. Re: Judith Evans IDE Issue
- Posted by euphoric (admin) Dec 01, 2011
- 2084 views
@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?
- Install Euphoria 4.0
- Install wxEuphoria
- Install wxFormBuilder (I'm currently using the 3.2.3 beta)
- ???
- PROFIT!
What page in the wiki?
7. Re: Judith Evans IDE Issue
- Posted by Lone_EverGreen_Ranger Dec 01, 2011
- 1973 views
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.
8. Re: Judith Evans IDE Issue
- Posted by DerekParnell (admin) Dec 01, 2011
- 1997 views
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 idethen to start the IDE up type in myide at the command line.
9. Re: Judith Evans IDE Issue
- Posted by ChrisB (moderator) Dec 01, 2011
- 1976 views
@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?
- Install Euphoria 4.0
- Install wxEuphoria
- Install wxFormBuilder (I'm currently using the 3.2.3 beta)
- ???
- 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
10. Re: Judith Evans IDE Issue
- Posted by euphoric (admin) Dec 01, 2011
- 1949 views
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...
11. Re: Judith Evans IDE Issue
- Posted by ChrisB (moderator) Dec 02, 2011
- 1887 views
Excellent. Ta
Chris
12. Re: Judith Evans IDE Issue
- Posted by Jerome Dec 02, 2011
- 1832 views
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