Garrett Potts wrote:
Hello All:

I have used this in the past:

http://www.dependencywalker.com/

Should have a free download. It helps to see how and what dependency DLL's load given an applicaiton or another DLL. Try running the app agains osgviewer.exe and you should see the dll's that are missing or if none are missing it should help to see what dll's are loaded within the search path.

Alena,

The specific error message you posted indicates that you probably do have a mix of debug and release dependencies. Dependency Walker (Garret's link above) is a good way to check. If you run Dependency Walker on your app and look at the module list at the bottom, you should see either MSVCR80.DLL or MSVCR80D.DLL, but not both.

Hope this helps,

--"J"

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to