I'm building a c++ DLL in visual studio 2008.
For some reason, even when I build in release mode, my dll still depends on msvcr90d.dll. I can see that using depends.exe
Is there any way to figure out what is causing this dependency? My run-time library setting is /MD
Thanks, Dan