1. Changed behaviour of exw.exe in Eu 4.0
- Posted by RStowasser Dec 10, 2008
- 1169 views
Hello,
I have a problem with Euphoria 4.0 since rev 1254/1255 if I run associated .exw files with exw.exe. With rev 1253 I can double-click a .exw file and the application starts directly. With the next revisions a console window comes up, the application starts and the console window disappears. The only difference to exwc.exe is that with exwc.exe the console window does not disappear.
Is this changed behaviour of exw.exe intended?
Roland
2. Re: Changed behaviour of exw.exe in Eu 4.0
- Posted by DerekParnell (admin) Dec 10, 2008
- 1117 views
Hello,
I have a problem with Euphoria 4.0 since rev 1254/1255 if I run associated .exw files with exw.exe. With rev 1253 I can double-click a .exw file and the application starts directly. With the next revisions a console window comes up, the application starts and the console window disappears. The only difference to exwc.exe is that with exwc.exe the console window does not disappear.
Is this changed behaviour of exw.exe intended?
No, this is not intended. I'll look into this today.
Are you saying that this particular exw application should never display a console window, but now it does for the duration of the program's runtime.
3. Re: Changed behaviour of exw.exe in Eu 4.0
- Posted by mattlewis (admin) Dec 10, 2008
- 1192 views
Hello,
I have a problem with Euphoria 4.0 since rev 1254/1255 if I run associated .exw files with exw.exe. With rev 1253 I can double-click a .exw file and the application starts directly. With the next revisions a console window comes up, the application starts and the console window disappears. The only difference to exwc.exe is that with exwc.exe the console window does not disappear.
Is this changed behaviour of exw.exe intended?
No, this is not intended. I'll look into this today.
Are you saying that this particular exw application should never display a console window, but now it does for the duration of the program's runtime.
I'm assuming this is due to the new console initialization. It probably is too eager, and maybe needs to wait until the console is actually needed.
Matt
4. Re: Changed behaviour of exw.exe in Eu 4.0
- Posted by RStowasser Dec 10, 2008
- 1133 views
Are you saying that this particular exw application should never display a console window, but now it does for the duration of the program's runtime.
With exw.exe the console window shows until the program has started, then it disappears. If I translate and compile a Euphoria program the behaviour is the same. With exwc.exe the console window exists like in the past until the program is finished.
Roland
5. Re: Changed behaviour of exw.exe in Eu 4.0
- Posted by RStowasser Dec 12, 2008
- 1105 views
- Last edited Dec 13, 2008
With exw.exe the console window shows until the program has started, then it disappears. If I translate and compile a Euphoria program the behaviour is the same. With exwc.exe the console window exists like in the past until the program is finished.
Roland
I tried rev 1261 and the behaviour of exw.exe is still the same.
In be_machine.c in about line 1456 there is the statement:
show_console();
and it seems to me that it will open the console window no matter if I run exw.exe or exwc.exe. I tried to leave this statement out but then the text in the console window will not be displayed correctly formatted.
Roland
6. Re: Changed behaviour of exw.exe in Eu 4.0
- Posted by DerekParnell (admin) Dec 12, 2008
- 1075 views
- Last edited Dec 13, 2008
I tried rev 1261 and the behaviour of exw.exe is still the same.
I haven't had a chance to fix this yet. Sorry. Trying to get time today though.
7. Re: Changed behaviour of exw.exe in Eu 4.0
- Posted by jimcbrown (admin) Dec 13, 2008
- 1066 views
Hello,
I have a problem with Euphoria 4.0 since rev 1254/1255 if I run associated .exw files with exw.exe. With rev 1253 I can double-click a .exw file and the application starts directly. With the next revisions a console window comes up, the application starts and the console window disappears. The only difference to exwc.exe is that with exwc.exe the console window does not disappear.
Is this changed behaviour of exw.exe intended?
Roland
This is fixed in 1262.
8. Re: Changed behaviour of exw.exe in Eu 4.0
- Posted by DerekParnell (admin) Dec 13, 2008
- 1070 views
Hello,
I have a problem with Euphoria 4.0 since rev 1254/1255 if I run associated .exw files with exw.exe. With rev 1253 I can double-click a .exw file and the application starts directly. With the next revisions a console window comes up, the application starts and the console window disappears. The only difference to exwc.exe is that with exwc.exe the console window does not disappear.
Is this changed behaviour of exw.exe intended?
Roland
This is fixed in 1262.
I finally get some time to look at this and see that Jim's fixed it already. Thanks Jim.