I would like to start programming using Visual Studio 10 (64 bit) but I don’t know : Does a VS 64 bit program work well on 32 bit Operating system?
I’m sorry if it is an asked question. I didn’t find that.
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.
@In silico is correct that it will work, but there is no 64-bit version of Visual Studio 2010.
Visual Studio will run on x86 and x64 systems, and is capable of generating 32-bit and 64-bit programs regardless of the OS platform. There is also an “Any CPU” build option that will allow the same executable to run on both x86 and x64 systems, but there may be some cases where that is not an option for you.