Is it possible to build a Windows XP 64 bit application in Windows XP 32 machine?
Share
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.
No, it is not possible with ordinary compiler installation because 32 bit systems do not support 64 bit architecture. However, installing dedicated 64-bit tools would be an effective workaround to this restriction.
Check out this topic, it may be useful:
http://social.msdn.microsoft.com/Forums/en/netfx64bit/thread/f21450f5-b36d-4ea2-9806-f169aff0388d
On the other hand, it is possible to build 32 bit application on 64 bit systems.