windows-headers ~master
windows.h for D
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
windows-headers
windows.h for D projects
Simply include it as a dependency in your dub.json and use the following version tag:
Unicode
, WindowsVista
e.g.
"versions": ["Unicode", "WindowsVista"]
also available:
Windows10
, Windows8_1
, Windows8
, Windows7
, WindowsNTonly
, WindowsXP
, Windows2003
You can compile with --arch=x86_64
to use mscoff (the msvc linker) on windows 64, or for x8632 you can use `--arch=x86mscoff` dub option to force the dmd to use the msvc linker.
Your copy of DMD must be installed with visual studio on the computer to have the microsoft linker automatically configured. This configuration is located in C:\D\dmd2\windows\bin\sc.ini
by default.
If you compile with optlink OMF (the DMD linker) you will need to convert the missing DLL headers into OMF import libraries manually, using implib.
- Registered by Etienne Cimon
- ~master released a year ago
- etcimon/windows-headers
- Boost
- Authors:
- Dependencies:
- none
- Versions:
-
1.0.5 2023-Feb-25 1.0.4 2020-Feb-09 1.0.3 2018-Nov-28 1.0.2 2016-Jan-24 1.0.1 2015-Jun-23 - Download Stats:
-
-
2 downloads today
-
77 downloads this week
-
377 downloads this month
-
148194 downloads total
-
- Score:
- 4.5
- Short URL:
- windows-headers.dub.pm