Well ... there is a command line tool that is usually bundled with VC ... not sure about the express edition though. It's called dumpbin and if you call it with the switch /dependents and the dll/executable then it tells you what the file is linked against.
Otherwise you might want to look at "dependency walker" ... http://www.dependencywalker.com/ Cheers Frank -----Original Message----- From: Rick Blaylock [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 6:50 PM To: OSG User's Group Subject: [osg-users] MSVCR71D.dll was not found (Using 2005 Express) All, I still don't get it. I was finally able to get the libungif libraries to build, rebuilt all dependancies, and rebuilt the hangglider demo and still the debug version kicks out that error during runtime. I installed the R2 platform SDK and repeated the above procedure and still the error occurs. Could someone post the VC8 dependency binaries somewhere so I can do a comparison and perhaps link against them? Does anybody know if there is a way I can trace back through my librarys to find which one has the VC7.1 dependency? Regards, Rick __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ graph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
