1. wxEuphoria App Compiles with Blank Console
- Posted by euphoric (admin) Apr 07, 2022
- 1054 views
When I use euc (32-bit) to compile a wxEuphoria app, I get a pop-up console at the start. I don't get the console when running with the interpreter.
Anybody know what might be happening?
2. Re: wxEuphoria App Compiles with Blank Console
- Posted by ghaberek (admin) Apr 08, 2022
- 1002 views
When I use euc (32-bit) to compile a wxEuphoria app, I get a pop-up console at the start. I don't get the console when running with the interpreter.
Anybody know what might be happening?
Are you specifying -con on the command line for euc? That forces euc to build as console application. If you want a GUI application then leave out -con.
-Greg
3. Re: wxEuphoria App Compiles with Blank Console
- Posted by euphoric (admin) Apr 11, 2022
- 888 views
When I use euc (32-bit) to compile a wxEuphoria app, I get a pop-up console at the start. I don't get the console when running with the interpreter.
Anybody know what might be happening?
Are you specifying -con on the command line for euc?
No.