Hi Torben, On Sat, Jul 31, 2010 at 7:13 AM, Torben Dannhauer <[email protected]> wrote: > Is this a real leak?
Is there any water pooling on the floor? > I compiled osg with the debug symbols, but it seems not to replace my > previous release build, so I get no line numbers inside the files on the call > stack. how can A force my application to use my osg debug build? The OSG builds the release and debug builds with different postfixes, for release there is no postfix by default, while debug uses d. This scheme is used on all platforms. There is also Cmake options to allow you to tweak this. So just link to the appropriate lib. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

