Hello Patrik,

padd...@gmx.net 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.

        Cheers,
                Carsten

BTW: I added a FindOpenSG.cmake module and a cmake build for 
Examples/Simple, maybe if you take that as a basis it helps with the 
problems you had using OpenSG in your own project. Both are only lightly 
tested and the examples must be built as release even if you build the 
libs as debug (because they link against the release runtime).

------------------------------------------------------------------------------
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
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to