Windows API
Alexander
roland.taverner at gmail.com
Wed Jun 3 19:04:16 UTC 2026
On Friday, 15 May 2026 at 21:08:47 UTC, Justin wrote:
> How can i access the Microsoft Windows API?
Another option: https://github.com/RolandTaverner/windows-d
And when [this PR](https://github.com/rumbu13/windows-d/pull/7)
will be merged just use the original repo
[rumbu13/windows-d](https://github.com/rumbu13/windows-d/pull/7)
Checkout repo, than add dependency to `dub.json`
```
{
"dependencies": {
"windows-d:windows": {"path": "../windows-d"}
}
}
```
More information about the Digitalmars-d-learn
mailing list