This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++filt causing flashing console windows


Tom Tromey writes:
 > >>>>> "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?

How?

> The bit about determining whether the current process is a GUI
> process and the to-be-spawned process is a console process is left
> as an exercise for the reader.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]