i have 32 bit windows 7 and I am using visual studio 2010 express.
Is it possible to create a solution for a 64 bit platform?
If it is possible, how is it done?
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.
If you write managed code and target AnyCPU, the code will be jitted to appropriate assembly for the platform it’s executed on
http://www.hanselman.com/blog/BackToBasics32bitAnd64bitConfusionAroundX86AndX64AndTheNETFrameworkAndCLR.aspx
To directly target 64 bit apps from Visual Studio Express, install Windows Software Development Kit (SDK) in addition to Visual C++ Express.
http://msdn.microsoft.com/en-us/library/9yb4317s.aspx