Creating a console to retrieve errors.

Started by
2 comments, last by Structural 21 years, 2 months ago
What I''m looking for is a simple console application that I can write to using a simple command. I have searched in the article section but am unable to find something usefull. At the moment I have to use textboxes to read any output or render it on the screen. I simply want a DOS window which shows the latest output of my application. How would I do this? What techniques are usually being used? Any help would be very appreciated. TY
STOP THE PLANET!! I WANT TO GET OFF!!
Advertisement
Check MSDN for AllocConsole()
AWESOME!!!! Thanks...
STOP THE PLANET!! I WANT TO GET OFF!!
http://www.flipcode.com/cgi-bin/msg.cgi?showThread=COTD-CPPConsole&forum=cotd&id=-1

This topic is closed to new replies.

Advertisement