[CMake] MSVC90.dll and Debug configuration

David Cole david.cole at kitware.com
Wed Jul 2 08:36:16 EDT 2008


That probably means you are loading some other release dll that depends on
MSVC90.dll. You can use depends.exe on all the dlls that load prior to
MSVC90.dll to figure out which one it is...


On Wed, Jul 2, 2008 at 8:10 AM, Mehdi Rabah <mehdi.rabah at gmail.com> wrote:

> Hi,
>
> I was wondering if it's normal if Visual Studio is trying to load the
> release version of the VC dll (MSVC90.dll instead of MSCV90d.dll) while
> trying to debug a binary, built with the debug configuration of a
> cmake-generated project in a Debug configuration ?
>
> I'm using VS express 2008, with the psdk, and cmake 2.6
>
> Regards,
> --
> Mehdi
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20080702/e2a9676c/attachment.htm>


More information about the CMake mailing list