[MSVS] Add text to output memo

Started by
1 comment, last by cpp forever 18 years, 6 months ago
How to add text to output window in Microsoft Visual Studio 7 when program is running. e.g. When thread has exited than output window says about that event.
ai-blog.org: AI is discussed here.
Advertisement
Might the OutputDebugString function be what you want?
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
Quote:Original post by Arild Fines
Might the OutputDebugString function be what you want?


Right! Thanks.
ai-blog.org: AI is discussed here.

This topic is closed to new replies.

Advertisement