check compiler version in visual studio 2008

Posted by snorlaks on Stack Overflow See other posts from Stack Overflow or by snorlaks
Published on 2010-06-10T19:37:06Z Indexed on 2010/06/10 19:42 UTC
Read the original article Hit count: 165

Filed under:
|

Hello,

Im writing application in c++ and after try to run built (in debug mode) application on another machine I had error (The application has failed to start because its side-by-side configuration is incorect). I realised that there are missed DLLs from windows\WinSxS\

But I dont really know which folder contains what I really need and secondly I dont know how to check my compiler version in visual studio.

Thanks for help

© Stack Overflow or respective owner

Related posts about c++

Related posts about visual-studio