Skip to content

A basic template for the purpose of creating a native (not using win32 subsystem) app using the Windows 7 DDK (last one to use build.exe IIRC)

Notifications You must be signed in to change notification settings

person4268/windows-native-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Successfully compiled using Windows 7 DDK 7600.16385.1. You can get it at https://www.microsoft.com/en-us/download/details.aspx?id=11800.

While I personally could care less about licensing, due to the NDK's license you'd probably end up licensing anything made using it under LGPL or GPL v2 or later, or the NDK license which is basically MIT from what I can tell.

If you want full 64bit support (but lose x86 support), consider getting it working with the Win8 DDK and using this NDK, seems more intrusive to install though https://github.com/arizvisa/ndk/tree/master/ndk. No idea what would go into using it, all the documentation is for the old build.exe.

Some resources to check out:

About

A basic template for the purpose of creating a native (not using win32 subsystem) app using the Windows 7 DDK (last one to use build.exe IIRC)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages