I have a 32 bit operating system and i am under visual studion 2010. I was wondering if i can compile a 64-bit MFC application with VS2010 under my OS.
Thank you.
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, VS2010 has a cross-compiler in the vc/bin/x86_amd64 subdirectory. It is automatically used when you add the x64 platform to your solution. If you don’t see it then re-run setup to add the 64-bit compilers.
You of course can’t test it.