Thread overview
win32 - Windows API declarations for all platforms
Apr 01, 2020
Vladimir Panteleev
Apr 02, 2020
BoQsc
Apr 03, 2020
Andrej Mitrovic
April 01, 2020
https://github.com/CyberShadow/win32
https://code.dlang.org/packages/win32

This is a repository + dub package which tracks core.sys.windows, and makes the declarations within available to all platforms. This is useful if you need to write cross-platform applications which e.g. read/write BMP or PE files.

More details in the README:
https://github.com/CyberShadow/win32#readme

April 02, 2020
On Wednesday, 1 April 2020 at 07:11:44 UTC, Vladimir Panteleev wrote:
> https://github.com/CyberShadow/win32
> https://code.dlang.org/packages/win32
>
> This is a repository + dub package which tracks core.sys.windows, and makes the declarations within available to all platforms. This is useful if you need to write cross-platform applications which e.g. read/write BMP or PE files.
>
> More details in the README:
> https://github.com/CyberShadow/win32#readme

Someone should test this and make a quick tutorial by putting this in practice. Really awesome, Vlad.
April 03, 2020
On Wednesday, 1 April 2020 at 07:11:44 UTC, Vladimir Panteleev wrote:
> More details in the README:
> https://github.com/CyberShadow/win32#readme

Ohh thanks a lot for this! It will be handy for something I'm working on.