lixunguang / qt-msvc-installer

Automatically exported from code.google.com/p/qt-msvc-installer
0 stars 0 forks source link

C++ Redistributable x64 #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hey everyone, 
I am having some problems with debug libraries on versions 4.8.1_x64 and 
4.8.2_x64 on 64-bit windows.

Debug linking to these libraries causes my applications to not start. Something 
along the lines of "The application has failed to start because its 
side-by-side configuration is incorrect. Please see the application event log 
or use the command-line sxstrace.exe tool for more detail." (note: linking to 
the release libraries produces no errors and things run smoothly). 

After a bit of searching, it seems that this is causes by not having the 
correct runtime libraries installed. I tried 2008 
(http://www.microsoft.com/en-us/download/details.aspx?id=16771) and 2008 SP1 
(http://www.microsoft.com/en-us/download/details.aspx?id=2092), but kept 
getting the same error. 

Any suggestions?, Can you guys let me know which runtimes did you guys use?

Original issue reported on code.google.com by randi...@gmail.com on 1 Jun 2012 at 9:56