How to Build a 64-Bit App with Visual C 2010 Express
While Visual C 2010 Express itself doesn't offer a 64-bit compiler, it's still possible to create 64-bit applications using the Windows Software Development Kit (SDK). Here's a stepwise guide:
1. Obtain the Windows SDK:
Install Windows SDK version 7.1, which includes the necessary 64-bit compiler.
2. Configure Your Project:
3. Change the Toolset:
Still in the Properties menu, navigate to Configuration Properties | General.
Additional Notes:
The above is the detailed content of How to Build a 64-Bit Application Using Visual C 2010 Express?. For more information, please follow other related articles on the PHP Chinese website!