Follow-up Comment #2, bug #17788 (project gnustep):

This is probably due to the DETACHED_PROCESS flag which was added to the
CreateProcessW() call in order to prevent the bug of  console windows being
popped up unexpectedly by subprocesses.
The start_info block should be setting up stdin, stdout, and stderr ... so
it's not obvious why a program should require a console.  Maybe the problem
is with NSFileHandle?  If so, possibly rewriting NSFileHandle for windows by
using NSStream would be the beast solution.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?17788>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to