This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: c++filt causing flashing console windows
>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:
Ranjit> IMHO, if the current process is a GUI application,
Ranjit> the spawned process (if it is a console application)
Ranjit> should be created with CREATE_NO_WINDOW set
Ranjit> in dwCreationFlags in the call to CreateProcess( ):
Is there any reason we don't simply check this in?
I read through this thread today and my understanding is that
basically everybody agrees that this is the problem.
Tom