I want to update my work computer from 32-bit Windows XP to 64bit Windows 7, but I am worried that the software develop in 64-bit Windows 7 can not work on 32bit OS, just like Windows XP and Windows 7.
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.
It works without problems. You just need to make sure you compile your binaries with the platform target “Any CPU”.
However, be aware of the following:
If you only have 32 bit versions of your unmanaged DLLs you can also choose “x86” as the platform target. Your application will than run as a 32 bit process even on 64 bit systems.