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