[Qt-interest] Mismatched VC90 CRT versions in manifest file

Cyril C cyril.mailing.list at gmail.com
Thu Jan 28 22:03:16 CET 2010


Looks you solved it.
My personal experience was the following (must be the same solution as 
yours) :

I used to face CRT manifest problems with msvc9 sp1 back in the times 
when I tried to package my Qt app (using CPack btw).
What worked for me was to go patch my "C:\Program Files\Microsoft Visual 
Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest" 
file, changing the version attribute from 9.0.30729.4148 back to 
9.0.21022.8. Or the contrary. Not sure about that.
All my libs and executables (Qt and other libs) were built with msvc9 
sp1 to avoid any discrepancy.
And my package finally worked this way!

--Cyril



Michael Jackson a écrit :
> On 1/28/10 1:46 PM, in article 4B61DB8F.6030800 at thesmithfam.org, "Dave
> Smith" wrote:
>
>   
>> Dave Smith wrote:
>>     
>>> Has something changed of late to render this method ineffectual?
>>>   
>>>       
>> I'm starting to wonder if Visual Studio 2008 SP1 is the culprit, but I
>> can't seem to downgrade back to RTM. Does anyone know if this stuff
>> broke with SP1? And how to downgrade (or whether it's even possible)?
>>
>> --Dave
>>     
>
> The timing is impeccable.
>
> http://www.kitware.com/blog/home/post/4
>
> Mike Jackson
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>   





More information about the Qt-interest-old mailing list