[.net] [MDX] Open a seperate console for debugging?

Started by
1 comment, last by roel 17 years, 10 months ago
Hi all, I am currently debuging my MDX app in windows-mode, and is wondering if there's anyway to open out a console window (MS-DOS prompt box) to output debugging info to? Thanks in advance!
GamesTopica.Net- http://www.gamestopica.net
Advertisement
I think this is more appropriate for the .NET forum - opening up a seperate console window isn't really related to the (Managed) DirectX API...

Cheers,
Jack

<hr align="left" width="25%" />
Jack Hoxley <small>[</small><small> Forum FAQ | Revised FAQ | MVP Profile | Developer Journal ]</small>

I wasn't able to find out how to do this managed (in a clean way), but you can use unmanaged code to do it. Another way is to make create your project as a Console Application. You'll have a nice console for sure then, and you can still create a window/Form as usual. You have to add some assembly references to things involving Forms though.

This topic is closed to new replies.

Advertisement