Is it possible to target Windows XP SP2 with Visual C++ 2010 (VS2010) SP1?
(i.e. do executables built with VC++2010 SP1 run fine on XP SP2?)
Or do MFC/ATL/CRT of VC++2010 SP1 use some APIs not available on XP SP2?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just make sure that you
Before including any Windows header files. This will prevent features that are only supported on Vista and upwards from being made available to you. The value was taken from this MSDN page.