This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Is there a way to get console output from Windows programs
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <java at gcc dot gnu dot org>
- Date: Mon, 17 Feb 2003 19:50:35 +0100
- Subject: Is there a way to get console output from Windows programs
When I compile release versions of my application, I compile
with the -mwindows option to remove the console output.
However, it would be useful for technical support reasons to get
the console output from the release version.
Is there a way to get console output from my app compiled with
-mwindows?
Øyvind