<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> </div><div>Or, if you build a Release build, you can still see OutputDebugString output by using a utility such as “Dbgview”</div><div> </div><div>The latest release of “Debug View” utility is available at:</div><div> </div><div> <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> </div><div> </div><div>HTH,</div><div>David</div><div> </div><div data-signatureblock="true"> </div>        <div style="border-top-color: rgb(225, 225, 225); border-top-width: 1px; border-top-style: solid;">                <strong>From:</strong> tao sun<br>                <strong>Sent:</strong> March 21, 2013 5:14 AM<br>                <strong>To:</strong> vtkusers@vtk.org<br>                <strong>Subject:</strong> [vtkusers] Output warning to debug window?<br>        </div>        <div> </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? </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>