On Mon, May 6, 2013 at 11:16 AM, Sujan Dasmahapatra <[email protected]> wrote: > I am trying to build osgViewerQt example. Error is coming as osgQt run-time > error. I am building it is debug mode. But I dont find any osgQtd.lib, but > it is osgQt.lib Is it for release build??..I am using Visual studio 2010 and > corresponding Qt version I have installed. Please suggest. Thank Sujan
That means that you have built OSG in release mode only. You must build both release & debug version of OSG if you want to build the examples (or your project) in Debug mode. Regards, J. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

