No console output when using AllocConsole and target architecture x86
When “Enable native code debugging” is enabled, output from consoles crated with AllocConsole is redirected to the debug output window instead. The reason this only happens in x86 and not AnyCPU is because you can only debug native code in an x86 application. Note that this behavior only occurs with consoles created with AllocConsole. A … Read more