[CMake] .net 2005 and Qt4 issues

William A. Hoffman billlist at nycap.rr.com
Thu Apr 20 08:51:18 EDT 2006


At 05:00 AM 4/20/2006, John Hague wrote:

>Hi all. Am brand new to CMake, so please bear (or bare) with me... <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
>
>I've just built CVS CMake (2.5), and used it to generate a .Net 2005 solution for the smallest Qt4 app in the world. All configs (Debug, MinSizeRel, Release, RelWithDebInfo) build absolutely fine, but my Debug config build fails at run-time: it cannot find MSVCP80.dll and MSVCR80.dll. The other three configs mentioned run fine, however.
>
>Can anyone explain why this is so? I’ve not had problems running other Qt4 .Net 2005 projects I've built with qmake (Qt's cross-platform builder).

That should come with the compiler.   What version of 2005 are you using?
There is a tool called depends.   It will show what libraries are used by an executable.
Can you run it on a debug cmake built and qmake built project and find the difference?


-Bill



More information about the CMake mailing list