IIRC, there was a fundamental problem using this flag, that we didn't
end up with stdin/stdout/stderr handles or some such.  Because almost
every process folks are launching with APR today use some pipe method,
this was an unacceptable consequence.

If you have time to validate that isn't a problem against the Win9x and WinNT 
families, I'd be happy to confirm and commit.  Otherwise, I had spent many
hours on this already, and don't want to chase those ghosts from the past.

Bill

At 01:38 PM 11/19/2002, Ich Selbst wrote:
>Hi,
>
>in file apr/threadproc/win32/proc.c on line 337
>I think there should be added another line:
>
>dwCreationFlags |= CREATE_NO_WINDOW;
>
>that's to hide the command window (console).
>
>Windows docs say:
>
>Windows NT/2000/XP: This flag is valid only when starting a console
>application. If set, the console application is run without a console
>window.
>This flag cannot be used with MS-DOS-based applications.
>
>
>kind regards,
>
>Steve


Reply via email to