digitalmars.D.learn - Windows API
On Friday, 15 May 2026 at 21:08:47 UTC, Justin wrote:How can i access the Microsoft Windows API?https://wiki.dlang.org/D_for_Win32 https://github.com/AndrejMitrovic/DWinProgramming
May 15
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"} } } ```
Jun 03









Serg Gini <kornburn yandex.ru> 