Hi Vic,

I ran Dependency Walker again and it found references in both sdl.dll (from 
debug build) and osg55-osgd.dll (debug) to msvcrt.dll. Does that mean they are 
both linking to it despite being built in debug config?

In the project configuration, in the C/C++ - Code Generation section, make sure the "Runtime Library" is set to "Multi-threaded DLL" in release, and "Multi-threaded Debug DLL" in debug. That's the setting that will be pulling in either msvcrt.lib or msvcrtd.lib (respectively).

J-S
--
______________________________________________________
Jean-Sebastien Guay    [email protected]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to