c++ - requiring msvcr80.dll and msvcr80d.dll in the same dll? -


how can dll build here (in debug mode) tries load msvcr80.dll , msvcr80d.dll ... assume leads conflict can resolve same symbols twice ...

i have no idea why dependency msvcr80.dll comes in. according dependency walker ouput dependency comes directly dll , not via dll ...

could problem of build settings of debug build?

it may caused 1 of dlls liked linked in release mode load msvcr80.dll while loading msvcr80d.dll.

and yes, may cause problem

could problem of build settings of debug build?

yes


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -