Can MFC applications with Ribbon toolbars built under VS2010 be run on versions of Windows that were released before the ribbon was designed – e.g. XP or W2K, not just Vista or W7?
If no, what (if anything) can be done to make them work?
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.
Yes, they will run on XP with SP3.
But not for older systems, as applications compiled with VS2010 require at least XP SP3 to run (requirement of the C-Runtime library).