How to redirect stdout, stderr in a GUI application
- From: Vincent RICHOMME <richom.v@xxxxxxx>
- Date: Thu, 15 Jun 2006 19:20:00 +0200
I would like to redirect stdout and stderr in a GUI application.
My GUI is composed of a mainframe with a ClistCrl(COutPutWnd) control on the bottom.
Inside my code I would like to be able to write :
cout << "test";
and to display it in my COutPutWnd.
How can I do that ?
.
- Follow-Ups:
- Re: How to redirect stdout, stderr in a GUI application
- From: Vincent RICHOMME
- Re: How to redirect stdout, stderr in a GUI application
- Prev by Date: Re: How can I identify a system uniquely using MFC code
- Next by Date: Re: Changing the Text alignment of editbox at runtime
- Previous by thread: localized standard strings
- Next by thread: Re: How to redirect stdout, stderr in a GUI application
- Index(es):
Relevant Pages
|