Chris, > The only solution we ever came up with was either to call > AllocConsole when > we needed to write something to a console -- which sucks for when you're > starting the program via the console, or to build the program as a console > app -- which means that you always get a flashing black box if you double > click on a gdb icon.
I had never heard of AllocConsole and FreeConsole. It sounds like I can create a working solution with those. Thanks, Harold
