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
Post a Comment