> Date: Sun, 07 Aug 2005 02:39:03 +0200 > From: [EMAIL PROTECTED] > > > In general, Ctrl-C is documented on Windows to be passed to all the > > programs that are attached to the console which has the focus when > > Ctrl-C is hit. > > I dunno if this is the case, IME if the parent has registered a > Ctrl-C handler it may need to set CREATE_DEFAULT_ERROR_MODE in > the "process creation flags" in the call to CreateProcess.
The Microsoft documentation seems to indicate this flag is not relevant to Ctrl-C. If you know otherwise, please point me to the place in the documentation that says so, or give an example of a test program and a session that demonstrates that this is needed. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
