Click here to Skip to main content
15,880,469 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody,

someone could please tell me how to use (compiling and linking) Microsoft SDK 8 for c++?
Do i need to get also VS Express or i can use only the kit?

thank you
Posted

From the documentation[^]:

The Windows SDK no longer ships with a complete command-line build environment. You must install a compiler and build environment separately. If you require a complete development environment that includes compilers and a build environment, you can download Visual Studio 2012 Express, which includes the appropriate components of the Windows SDK.


So, yes, you need Visual Studio 2012 Express (or another development environment).
 
Share this answer
 
The SDK merely contains the support libraries, so you will need a compiler and linker to build your code. If you do not already have copies then Visual C++ Express contains all the tools you need.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900