digitalmars.D.announce - Windows Bindings v1.1
- Rumbu (10/10) Feb 20 2021 - updated to Windows SDK 10.19041.5
- Max Haughton (2/12) Feb 20 2021 Nice - email finally sent by the way.
- ryuukk_ (2/12) Feb 20 2021 Thanks for the dub package! easier to use, at least for me :D
- Jacob Carlborg (7/9) Feb 21 2021 Regarding the ignored attributes. You could always output these as UDAs....
- updated to Windows SDK 10.19041.5 - wchar* constants with GUID patterns translated as GUID structures - improved documentation - strongly typed handles - auto disposed handles - new attributes (currently ignored): RetVal, NullNullTerminated, NotNullTerminated - published as dub package https://github.com/rumbu13/windows-d
Feb 20 2021
On Saturday, 20 February 2021 at 14:03:18 UTC, Rumbu wrote:- updated to Windows SDK 10.19041.5 - wchar* constants with GUID patterns translated as GUID structures - improved documentation - strongly typed handles - auto disposed handles - new attributes (currently ignored): RetVal, NullNullTerminated, NotNullTerminated - published as dub package https://github.com/rumbu13/windows-dNice - email finally sent by the way.
Feb 20 2021
On Saturday, 20 February 2021 at 14:03:18 UTC, Rumbu wrote:- updated to Windows SDK 10.19041.5 - wchar* constants with GUID patterns translated as GUID structures - improved documentation - strongly typed handles - auto disposed handles - new attributes (currently ignored): RetVal, NullNullTerminated, NotNullTerminated - published as dub package https://github.com/rumbu13/windows-dThanks for the dub package! easier to use, at least for me :D
Feb 20 2021
On 2021-02-20 15:03, Rumbu wrote:- new attributes (currently ignored): RetVal, NullNullTerminated, NotNullTerminatedRegarding the ignored attributes. You could always output these as UDAs. It would not add any semantic meaning, but could serve as documentation. In theory, it would be possible to create a separate tool that will perform some semantic checks on these UDAs. -- /Jacob Carlborg
Feb 21 2021