Chris 'Xenon' Hanson wrote:
Cory Riddell wrote:
  
Ok, this actually makes a lot of sense to me. Now I wonder how I can
figure out if a particular library does depend on the CRT library. I've
had some luck doing:
  dumpbin /directives FOO.lib
but I'm thinking there is likely a better way.
    

  If it uses the CRT as a DLL, "Dependency Walker" should tell you. Google it.
And say a third party library has been compiled for the non-dll version of the c runtime (I think this is libc or libcmt for the multi threaded variant). If the third party library is a dll I may have problems passing data between my app and the dll, correct? If the third party library is a lib, then I'll just get a bunch of linker errors. Yikes!

Cory


_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to