Showing console window

How to show up the console window in Smartphone emulator when debugging some console app?
Thx in advance
[108 byte] By [maddin1234] at [2008-2-2]
# 1
Although you can write to the console (i.e. the file "CON1:"), Smartphone and Pocket PC don't ship with an console implementation to display this text. A search for "Pocket PC console.dll" will yield more information on this.

However, you could always use the OutputDebugString(LPCTSTR) function if all you want to do is see some output while debugging. Your text will then be written to the "Output" window in Visual Studio 2005. If you don't see this window, select the menu option "View > Output".

RitchieHughes at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...