I am trying to compile a vc++ project as 64 bit using visual c++ express 2010. i know that the 64 bit compiler does not come with the default installation of vc++ express so i installed windows sdk for windows 7 as specified here (http://msdn.microsoft.com/en-us/library/9yb4317s.aspx) which includes the 64 bit compiler as i understand. however, there is still no 64 bit option in the configuration manager for vc++. after some searching i found and completed this tutorial (http://jenshuebel.wordpress.com/2009/02/12/visual-c-2008-express-edition-and-64-bit-targets/) as well as the various links at the bottom of this page. despite all my efforts, i still cannot get the 64 bit compiler to show in vc++. i have also tried reinstalling both vc++ and sdk. if anyone has any experience/tips with getting this to work i would really appreciate it. fyi - i am running windows 7(x64).
相关问题
- gactions CLI crashes on Windows when uploading goo
- how to call a C++ dll from C# windows application
- efficiently calling unmanaged method taking unmana
- How do I bind a DataGridViewComboBoxColumn to a pr
- Partial Form Class C# - Only display code view for
相关文章
- Windows - Android SDK manager not listing any plat
- Sort TreeView Automatically Upon Adding Nodes
- Where does this quality loss on Images come from?
- Missing partial modifier on declaration of type
- PropertyGrid - Possible to have a file/directory s
- Google USB Package isn't showing in SDK Manang
- Why do base Windows Forms form class with generic
- How to handle the TextChanged event only when the
finally got this to work by uninstalling everything and reinstalling in the following order:
once this is done, make sure to change the platform toolset to the windows sdk under project properties->configuration properties->general