Link to home
Start Free TrialLog in
Avatar of srineet
srineet

asked on

Showing output of console app in a window

Hi,
    We've written a compiling system as a console application. Now we'd like to build a programmer's env. How do we show the error messages given by the console app in a window, just as say VC++ does. We're planning to write an MDI application, with the "compile" option in a menu.
    Thank you.
- Srineet.
Avatar of inpras
inpras

U can write all the outputs to a file and read that file paralelly and display it in a window say a splitter window..
Avatar of Zoppo
Hi srineet,

I once before answered this in another question Q.10259474.

But before you pay points for reading this take a look at MSDN article ID: Q190351

hope that helps,

ZOPPO
ASKER CERTIFIED SOLUTION
Avatar of SamHobbs
SamHobbs

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial