Hi Andy,

> You can see more info from OSG by increasing the notify level.

My OSG program is a Windows MFC application and I don't see any
messages coming out from OSG, regardless of the debug level.

Is there a way to direct the OSG Notify Debug output to the MS VS
2005 immediate window?

While I do not know if/how redirection to immediate window can be
done, I have used ">ConsoleOutput.txt" in an argument list, and it
appears to send into ConsoleOutput.txt much OSG output written to
std::cout. However, I am not using MFC, so not sure what happens
when there is no console window in the first place. Also, some OSG
messages still get written out on console despite using
">ConsoleOutput.txt"; perhaps that might be because they are written to
std::cerr.

Regards,
Sinisa


_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to