<html><head><style data-externalstyle="true">
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}

p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
</style></head><body><div data-externalstyle="false" style="font-family:Calibri,'Segoe UI',Meiryo,'Microsoft YaHei UI','Microsoft JhengHei UI','Malgun Gothic','Khmer UI','Nirmala UI',Tunga,'Lao UI',Ebrima,sans-serif;font-size:16px;"><div>vtkWin32OutputWindow::DisplayText calls OutputDebugString for any text that is passed to it... You should see it in the Visual Studio output window if running under the debugger.</div><div>&nbsp;</div><div>Or, if you build a Release build, you can still see OutputDebugString output by using a utility such as&nbsp;“Dbgview”</div><div>&nbsp;</div><div>The latest release of&nbsp;“Debug View” utility is available at:</div><div>&nbsp;</div><div>&nbsp;&nbsp;&nbsp; <a tabindex="-1" href="http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx">http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx</a></div><div>&nbsp;</div><div>&nbsp;</div><div>HTH,</div><div>David</div><div>&nbsp;</div><div data-signatureblock="true">&nbsp;</div>        <div style="border-top-color: rgb(225, 225, 225); border-top-width: 1px; border-top-style: solid;">                <strong>From:</strong>&nbsp;tao sun<br>                <strong>Sent:</strong>&nbsp;‎March‎ ‎21‎, ‎2013 ‎5‎:‎14‎ ‎AM<br>                <strong>To:</strong>&nbsp;vtkusers@vtk.org<br>                <strong>Subject:</strong>&nbsp;[vtkusers] Output warning to debug window?<br>        </div>        <div>&nbsp;</div>Hi all,<div><br></div><div>Is there a way to show the warning message in the debug window instead of pop up window?&nbsp;</div><div>I found fileoutputwindow class but it writes into a file. Maybe win32outputwindow?</div><div><br>
</div><div>Thanks,</div><div>Julio</div>
</div></body></html>