[CMake] DLL runtime error R6034

Yuri Timenkov ytimenkov at parallels.com
Tue Jul 8 05:47:45 EDT 2008



On Tuesday 08 July 2008 13:38:25 Mehdi Rabah wrote:
> Hi,
>
> Does anyone had this error
> http://msdn.microsoft.com/en-us/library/ms235560(VS.80).aspx while using a
> DLL built this cmake?
>
> My application (also built with cmake) works fine on Release mode, I get
> this error only in Debug configuration. In the old project (visual studio
> files only) the application seems to work in debug and release without
> problems. I've looked into the compiler options but I didn't find what
> could be the key difference.
>
> Since I switched from linux to windows recently, I'm really confused. Any
> ideas on how to find where the problem is coming from?
I suppose you use VS 2005?

You should put manifest file with your DLL. For example, I have to put 
"Microsoft.VC80.CRT.manifest" with "msvcr80.dll" to run on systems without MS 
VS 2005 redistributable runtime installed.

>
> Thanks in advance,
> --
> Mehdi



More information about the CMake mailing list