News

Windows 10 Devs Can Check Out Windows 10 Creators Update SDK

A not-ready-for-production preview, which contains updates and additions to the Windows namespace, is available for testing to Windows Insiders members.

There's a new software development kit that coincides with the most recent Window 10 Insider Preview. The Windows 10 Creators Update SDK Preview is a test-only version, that contains a slew of updates and additions to the Windows namespace as well as some extended debugging support.

The Windows 10 Insider Preview is a version of the Windows 10 OS that is meant to be run on a test machine; it's also made available only to those who become members of the Windows Insider program.

The most recent version, Build 15007, was made available to Windows Insider members last week and has a laundry list of UI improvements and Microsoft Edge enhancements (a blog covering those changes is here). The Creators SDK Preview allows those members to be able to test out new features based on that version, as well as older versions down to Build 15003. To run it, developers need to have Visual Studio 2017 RC installed.

The updates and additions to the Windows namespace in the SDK preview is a necessary change, as new features and APIs are updated and added to Windows 10. A full list of those API updates is contained in a blog post from Clint Rutkas, a Microsoft senior technical manager. The preview SDK also has a number of debug enhancements:

  • Use JavaScript to extend, script WinDbg
  • Kernel-mode iHandle extension moved to debugger data model
  • Debugger data model now contains PEB and TEB basic information
  • Added a .dtx command for displaying extended symbolic type information when using the debugger object model
  • Added a .excr command (used for displaying an exception's associated context record) to prevent developers from mistyping ".ecxr" (apparently, it can happen often)
  • When using the .sympath command, a chnage in the symbol path now triggers a "deferred (lazy) reload of the modules that are using exported symbols."
  • Breakpoint Lists now contain DML links

More details on the debug changes is in this blog post from October 2016.

That the SDK preview works with only the most recent VS 2017 RC should be indication enough that it should be used for testing purposes and installed on a test machine. Rutkas emphasizes in this post that "If you are working on an application that you need to submit to the [Windows Store], you should not install the preview."

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events