1. Changed behaviour of exw.exe in Eu 4.0

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

new topic     » topic index » view message » categorize

2. Re: Changed behaviour of exw.exe in Eu 4.0

RStowasser said...

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.

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

3. Re: Changed behaviour of exw.exe in Eu 4.0

DerekParnell said...
RStowasser said...

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

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

4. Re: Changed behaviour of exw.exe in Eu 4.0

DerekParnell said...

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

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

5. Re: Changed behaviour of exw.exe in Eu 4.0

RStowasser said...

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

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

6. Re: Changed behaviour of exw.exe in Eu 4.0

RStowasser said...

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.

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

7. Re: Changed behaviour of exw.exe in Eu 4.0

RStowasser said...

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.

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

8. Re: Changed behaviour of exw.exe in Eu 4.0

jimcbrown said...
RStowasser said...

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. smile

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

Search



Quick Links

User menu

Not signed in.

Misc Menu