www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Windows API

reply Justin <j20513831 gmail.com> writes:
How can i access the Microsoft Windows API?
May 15
next sibling parent Serg Gini <kornburn yandex.ru> writes:
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
prev sibling parent Alexander <roland.taverner gmail.com> writes:
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