Re: PR_CreateProcess() without Windows console window?
Fredrik Roubert <[email protected]> Fri, 30 Jul 2010 06:25:40 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <5cfc2b21-8835-4750-9fc3-6cadffd3d87c@c10g2000yqi.googlegroups.com> |
On Jul 12, 9:44 pm, Fredrik Roubert <[email protected]> wrote: > I'll write some example code to see what can be done with the right > flags to CreateProcess(). This turned out to be very well documented and the flag that should be passed to the CreateProcess() system call is named CREATE_NO_WINDOW: http://msdn.microsoft.com/en-us/library/ms684863(VS.85).aspx I've written a piece of sample code to verify that I understood the MSDN text correctly and that this indeed does what I want. Phil has filed a bug report and I've attached to possible patches to it now: https://bugzilla.mozilla.org/show_bug.cgi?id=583223 -- Fredrik Roubert [email protected]