1. Version 4 Problem
- Posted by DonCole Feb 14, 2016
- 1647 views
I would love to try Euphoria Version 4
But I'm having trouble with my editor (Edita).
When an error occurs, the command screen( white font, black screen) shows Error Press Enter...".
With Version 3 when I hit Enter the editor goes right to the line where the error happened.
But with Version 4.0.2a the editor goes back to where it was before I ran the program.
This really slows things down when editing.
Has anyone else had this problem?
I so how did you overcome it?
Thanks In Advance,
Don Cole
2. Re: Version 4 Problem
- Posted by LarryMiller Feb 15, 2016
- 1568 views
4.02 is a very old version. Try version 4.05 available on the download page.
3. Re: Version 4 Problem
- Posted by petelomax Feb 15, 2016
- 1590 views
Can you review http://openeuphoria.org/forum/123342.wc and see if that helps?
Specifically, are you running eui.exe (via an eu.cfg) or eui.bat - the latter will not get an error code and hence not even try to jump to the error line.
One thing I didn't suggest in that thread or ever try myself is EXIT /B %ERRORLEVEL% - maybe try that at the end of the batch file (if you are using one) first.
Regards, Pete
4. Re: Version 4 Problem
- Posted by SDPringle Feb 15, 2016
- 1558 views
Which O.S. are you using? Euphoria 4.0.5 is also really old. I have created an All In One installer with Euphoria 4.0.6 and for now it is only for Linux. With a little work we make this into a something portable.