Yes, the console window is always keep open when using
ScummVM under Windows (See image). This was originallly
due to the old debugger using console window for output and
to make reporting bugs easier.
I added a compile option in the past (define NO_CONSOLE)
to disable console window, if people want to.
The console window can be freed after running a program, by
using FreeConsole() but I find that is unreliable under later
versions of Windows.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=12935
I never used ScummVM on Windows. What window is that, exactly? A
console window or so?
Kirben, can you confirm this behaviour?
Logged In: YES
user_id=34715
Yes, the console window is always keep open when using
ScummVM under Windows (See image). This was originallly
due to the old debugger using console window for output and
to make reporting bugs easier.
I added a compile option in the past (define NO_CONSOLE)
to disable console window, if people want to.
The console window can be freed after running a program, by
using FreeConsole() but I find that is unreliable under later
versions of Windows.
Logged In: YES
user_id=1138674
I once found a workaround:
http://sourceforge.net/forum/forum.php?
thread_id=1211722&forum_id=115756
maybe I'll find time to finnish that (thinking of scummvm_silent.
exe in the same dir as scummvm.exe, parses cmdline
parameters)
maybe also a scummvm-debug.exe which keeps the window
open after execution (to counter that FAQ entry 4.6 - http://
scummvm.org/faq.php#4-6 )
both loaders would be about 32kbyte each and work with later
ScummVM versions
Logged In: YES
user_id=12935
So what shall we do with this? Do we reject it? Do we act on it? Or what is the
situation?
Logged In: YES
user_id=34715
Using FreeConsole() is the only method I know, but too
unreliable when starting a program via command line.
So rejectiing this request.