Attn. Pete
- Posted by dcole Jul 05, 2011
- 3889 views
Hello Pete,
Sorry I used your name in vain.
I do have a problem with Edita that maybe you can help me with.
Here's my setup under Edita/Options/File Extent ions I have:
.exw - E\Euphoria\bin\exw.exe (runs Euphoria ver.3)
.exwc - E\Euphoria-40b4\bin\eui.bat (runs Euphoria ver. 4)
eui.bat
@@PATH=%PATH% E:\euphoria-40b4\bin
@SET EUDIR=E:\euphoria-40b4
@SET EUINC=E:\euphoria-40b4\include;E:\eu\myinclude;e:\eu\football;e:\eu\win32lib
@start /b E:\euphoria-40b4\bin\eui.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
When I run a .exw file extent ion program with Edita, (by clicking that green stop lite), and an error occurs, the following happens:
The command dos\window opens. It's the one that's black with white letters.
It says what trouble is, The program, the line number and the line that caused the error.
After that it say 'Press Enter'.
If I press Enter, Edita opens up at the page and line number where the error occurred.
Now if I do the same thing with a .exwc file extention (it's really a .eui extention I'm just using the .exwc extention to fool Edita into running ver. 4. I never use the .exwc extention for anything else), Everything works the same except Edita opens at the place it was when I clicked the green stop lite not where the error occurred.
Don Cole