Re: [CMake] InstallRequiredSystemLibraries with MSVC9 SP1

2008-12-07 Thread Cristian Adam
cyril_wobow wrote: - adding the following preprocessor definitions to my project : _BIND_TO_CURRENT_MFC_VERSION=1 and _BIND_TO_CURRENT_CRT_VERSION=1, as I read about in forums, results in the embedded manifest depending on both RTM and SP1 CRTs, which doesn't help. - there must be the same pro

Re: [CMake] InstallRequiredSystemLibraries with MSVC9 SP1

2008-12-07 Thread Bill Hoffman
cyril_wobow wrote: Thanks Bill for your quick answer. I had read your posts but I just looked too crooked to me :). Your fix works, but -correct me if I am wrong- it consists in having the redist pretend its dlls are the old ones altough they are not? Just to make sure... I think that is

Re: [CMake] InstallRequiredSystemLibraries with MSVC9 SP1

2008-12-07 Thread cyril_wobow
Bill Hoffman a écrit : cyril_wobow wrote: Hi everyone, I encountered an annoying problem when installing/packaging a project using the InstallRequiredSystemLibraries script under MSVC9 SP1. The following files are properly bundled next to my executable (in the "./bin" install directory), wh

Re: [CMake] InstallRequiredSystemLibraries with MSVC9 SP1

2008-12-07 Thread Bill Hoffman
cyril_wobow wrote: Hi everyone, I encountered an annoying problem when installing/packaging a project using the InstallRequiredSystemLibraries script under MSVC9 SP1. The following files are properly bundled next to my executable (in the "./bin" install directory), which is great : - Micros

[CMake] InstallRequiredSystemLibraries with MSVC9 SP1

2008-12-07 Thread cyril_wobow
Hi everyone, I encountered an annoying problem when installing/packaging a project using the InstallRequiredSystemLibraries script under MSVC9 SP1. The following files are properly bundled next to my executable (in the "./bin" install directory), which is great : - Microsoft.VC90.CRT.manifes