visual studio 2010 - How to make VS2010 C++ see the windows 7 64bit SDK? -


been trying 2 hours now, , theres no luck. wanna make got templets win64 app (not .net) can't find add platforms. please help?

there no "win64" api. there 32-bit win32 apps , 64-bit win32 apps, , difference a compiler/linker option compiler/linker used (different directory).

the win32 templates work fine 64-bit development.


while (much) earlier versions of visual c++ shipped private copy of sdk headers, vs2010 installs version of windows sdk , uses environment variable find sdk headers during build. installing new sdk, long updates environment variables, automatically found visual c++ projects @ build-time. (with old visual c++ versions, sdk installer supposed edit tool paths in visual studio section of registry, fail)


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -