Hi Garrett,

I think you're original suspicion is probably right. It looks like the C 
runtime libraries from VS2005 are still being loaded, though I can't figure out 
where from...  Hopefully once I resolve that the problem will go away. I will 
update after that. Thanks for advice!

Dependency Walker will tell you. It's a really useful tool once you learn to read its output :-).

If you don't see it initially after just loading the app in Dependency Walker, then the problem is probably in one of the plugins or their dependencies. To see this, start a "profile run" in Depencency Walker, which will run your app and thus will check all plugins (which are loaded at runtime only). You might be loading an old version of a plugin or something like that.

Hope this helps,

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