3

I have instruction to run

Select Start --> All Programs --> Microsoft Windows SDK v7.1 and open Windows SDK 7.1 Command Prompt.

which is obsolete for Windows 8.1

I have installed something named "Windows Software Development Kit (SDK) for Windows 8.1" from here https://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx, but didn't get application icon mentionned.

How to find executable for SDK command prompt and run it from command line?

1
  • Why do you need this? what do you want to do? Commented Apr 29, 2015 at 17:40

2 Answers 2

4

From this Microsoft web page...

The Windows SDK no longer ships with a complete command-line build environment. You must install a compiler and build environment separately.

Translating that from Microsoft-ese to English, that means "We would really love it if you would just buy Visual Studio 2013 now."

In recent years, Microsoft has moved away from the command prompt and Win32 development in favor of PowerShell and .NET.

2
  • So, what to do?
    – Dims
    Commented Apr 29, 2015 at 17:34
  • As the article states, you would have to install some other build environment. There are numerous free and paid ones, depending on what language you code in. Since the SDK is just a set of headers and libraries, it shouldn't be too difficult to integrate it into whatever IDE you choose.
    – Wes Sayeed
    Commented Apr 29, 2015 at 17:43
1

In Win8.1 hit the Windows-button and type "Windows SDK 7.1 Co..." (you are searching for it) until you see "Windows SDK 7.1 Command prompt" in the menu to the right. Right-click on it and choose "Run as administrator"

2
  • Where does the OP ask about running as "Administrator"?
    – DavidPostill
    Commented Nov 17, 2015 at 15:27
  • Sorry, my bad. OP doesn't ask that.
    – wojjas
    Commented Nov 17, 2015 at 23:33

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .