Show Console in Window Application?

Questions about wxWidgets running on MS.NET, mono or Portable.NET ? Ask it here !
Post Reply
Ksmith22
I live to help wx-kind
I live to help wx-kind
Posts: 199
Joined: Mon Nov 21, 2005 4:34 pm

Show Console in Window Application?

Post by Ksmith22 »

Is there any way to show either the console or the console output in a window application (in MS VS .NET)? I have a wxWidgets GUI app and I need to test something I integrated into it. But that piece of code is writing stuff to the console so I can't tell if it's actually writing what it is supposed to without a console window.
upCASE
Moderator
Moderator
Posts: 3176
Joined: Mon Aug 30, 2004 6:55 am
Location: Germany, Cologne

Post by upCASE »

Hi!
You could try using wxStreamToTextRedirector instead.
OS: OpenSuSE, Ubuntu, Win XP Pro
wx: svn
Compiler: gcc 4.5.1, VC 2008, eVC 4

"If it was hard to write it should be hard to read..." - the unknown coder
"Try not! Do. Or do not. There is no try." - Yoda
Post Reply