Hi, On Wed, 2009-01-07 at 18:53 -0600, Carsten Neumann wrote: > Hello Patrik, > > [email protected] wrote: > > sounds better for me! > > > > By the way - why are there 2 debug versions? > > well, when working on OpenSG for example it normally suffices to have > OpenSG built with debug info and link against a release runtime > (basically making the assumption that 3rd party stuff works).
> The idea of the Debug build is just that, a version of OpenSG that has > debug symbols and additional internal checks and log messages, but uses > the release version of all things external, while DebugRT tries to link > against debug versions of external libs. yes IIRC in particular being able to debug if the 3rd party stuff is only (easily) available in release mode but not in debug mode. Mixing is just to tricky on windows. So it can be really painful if you have to recompile everything else in debug mode just to check something in OpenSG. kind regards, gerrit ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
