[vtkusers] Output warning to debug window?

David Cole dlrdave at aol.com
Thu Mar 21 10:34:31 EDT 2013


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.

 

Or, if you build a Release build, you can still see OutputDebugString output by using a utility such as “Dbgview”

 

The latest release of “Debug View” utility is available at:

 

    http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx

 

 

HTH,

David

 


From: tao sun
Sent: ‎March‎ ‎21‎, ‎2013 ‎5‎:‎14‎ ‎AM
To: vtkusers at vtk.org
Subject: [vtkusers] Output warning to debug window?


Hi all,



Is there a way to show the warning message in the debug window instead of pop up window? 

I found fileoutputwindow class but it writes into a file. Maybe win32outputwindow?




Thanks,

Julio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130321/5f3961d5/attachment.htm>


More information about the vtkusers mailing list