Where does _CrtDbgReportW ouput in Windows Mobile?
Posted
by Ignas Limanauskas
on Stack Overflow
See other posts from Stack Overflow
or by Ignas Limanauskas
Published on 2009-05-27T02:52:53Z
Indexed on
2010/04/02
4:03 UTC
Read the original article
Hit count: 291
I am using ASSERTE macro to check for pre-conditions. According to its definition it is using ASSERT_BASE, which in turn calls _CrtDbgReportW to print out the message. Where does _CrtDbgReportW output goes to?
I would assume that if the application is started from debugger, it would go to debugger window. Where would the messages go if it is not under debugger?
© Stack Overflow or respective owner