Re: Windows Bindings v1.0

2021-02-18 Thread Imperatorn via Digitalmars-d-announce
On Wednesday, 17 February 2021 at 19:01:31 UTC, Rumbu wrote: On Wednesday, 17 February 2021 at 14:53:11 UTC, Steven Schveighoffer wrote: On 2/16/21 3:45 PM, Rumbu wrote: [...] Note that in-line docs help with more than just putting docs on dlang.org. It helps with IDEs that use the docs to

Re: Windows Bindings v1.0

2021-02-18 Thread Steven Schveighoffer via Digitalmars-d-announce
On 2/17/21 2:01 PM, Rumbu wrote: OK, you convinced me :) Enjoy: https://github.com/rumbu13/windows-d#features Nice! -Steve

Re: Windows Bindings v1.0

2021-02-18 Thread Dennis via Digitalmars-d-announce
On Thursday, 18 February 2021 at 00:46:26 UTC, Walter Bright wrote: Please file bugzilla issues for them! I'm not going to file issues for each individual module, since there are about 100 of them. There already is a general issue about Windows headers:

Re: Windows Bindings v1.0

2021-02-18 Thread Rumbu via Digitalmars-d-announce
On Wednesday, 17 February 2021 at 20:53:49 UTC, tchaloupka wrote: On Tuesday, 16 February 2021 at 08:45:19 UTC, Rumbu wrote: The D Windows SDK projection reached first version. Generated bindings were compiled succesfully. https://github.com/rumbu13/windows-d Destroy! Thanks for this,

Re: Windows Bindings v1.0

2021-02-17 Thread Walter Bright via Digitalmars-d-announce
On 2/17/2021 2:09 PM, Dennis wrote: On Wednesday, 17 February 2021 at 20:53:49 UTC, tchaloupka wrote: Thanks for this, looks great. Could the generated code be annotated with nothrow @nogc too? +1 This is actually missing in many core.sys.windows modules. Please file bugzilla issues for

Re: Windows Bindings v1.0

2021-02-17 Thread Dennis via Digitalmars-d-announce
On Wednesday, 17 February 2021 at 20:53:49 UTC, tchaloupka wrote: Thanks for this, looks great. Could the generated code be annotated with nothrow @nogc too? +1 This is actually missing in many core.sys.windows modules.

Re: Windows Bindings v1.0

2021-02-17 Thread tchaloupka via Digitalmars-d-announce
On Tuesday, 16 February 2021 at 08:45:19 UTC, Rumbu wrote: The D Windows SDK projection reached first version. Generated bindings were compiled succesfully. https://github.com/rumbu13/windows-d Destroy! Thanks for this, looks great. Could the generated code be annotated with nothrow @nogc

Re: Windows Bindings v1.0

2021-02-17 Thread Rumbu via Digitalmars-d-announce
On Wednesday, 17 February 2021 at 14:53:11 UTC, Steven Schveighoffer wrote: On 2/16/21 3:45 PM, Rumbu wrote: On Tuesday, 16 February 2021 at 08:53:06 UTC, rikki cattermole wrote: [...] Sincerely, I doubt that it's a good idea to duplicate gigs of WinAPI documentation which can be found on

Re: Windows Bindings v1.0

2021-02-17 Thread Steven Schveighoffer via Digitalmars-d-announce
On 2/16/21 3:45 PM, Rumbu wrote: On Tuesday, 16 February 2021 at 08:53:06 UTC, rikki cattermole wrote: All of the symbols and modules need to be documented so that the documentation generators will generate documentation for them. Sincerely, I doubt that it's a good idea to duplicate gigs

Re: Windows Bindings v1.0

2021-02-16 Thread rikki cattermole via Digitalmars-d-announce
On 17/02/2021 9:45 AM, Rumbu wrote: On Tuesday, 16 February 2021 at 08:53:06 UTC, rikki cattermole wrote: All of the symbols and modules need to be documented so that the documentation generators will generate documentation for them. Sincerely, I doubt that it's a good idea to duplicate

Re: Windows Bindings v1.0

2021-02-16 Thread Rumbu via Digitalmars-d-announce
On Tuesday, 16 February 2021 at 20:49:30 UTC, Max Haughton wrote: On Tuesday, 16 February 2021 at 08:45:19 UTC, Rumbu wrote: The D Windows SDK projection reached first version. Generated bindings were compiled succesfully. https://github.com/rumbu13/windows-d Destroy! Hi, I'll be getting

Re: Windows Bindings v1.0

2021-02-16 Thread Max Haughton via Digitalmars-d-announce
On Tuesday, 16 February 2021 at 08:45:19 UTC, Rumbu wrote: The D Windows SDK projection reached first version. Generated bindings were compiled succesfully. https://github.com/rumbu13/windows-d Destroy! Hi, I'll be getting in touch about featuring this on the D blog soon - would you prefer

Re: Windows Bindings v1.0

2021-02-16 Thread Rumbu via Digitalmars-d-announce
On Tuesday, 16 February 2021 at 08:53:06 UTC, rikki cattermole wrote: All of the symbols and modules need to be documented so that the documentation generators will generate documentation for them. Sincerely, I doubt that it's a good idea to duplicate gigs of WinAPI documentation which

Re: Windows Bindings v1.0

2021-02-16 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 16 February 2021 at 09:36:12 UTC, Elronnd wrote: Maybe the wrong place to bring it up, but: any chance this will be merged into core.sys.windows? I'm also wondering about this

Re: Windows Bindings v1.0

2021-02-16 Thread Elronnd via Digitalmars-d-announce
Maybe the wrong place to bring it up, but: any chance this will be merged into core.sys.windows?

Re: Windows Bindings v1.0

2021-02-16 Thread rikki cattermole via Digitalmars-d-announce
On 16/02/2021 9:45 PM, Rumbu wrote: The D Windows SDK projection reached first version. Generated bindings were compiled succesfully. https://github.com/rumbu13/windows-d Destroy! All of the symbols and modules need to be documented so that the documentation generators will generate

Windows Bindings v1.0

2021-02-16 Thread Rumbu via Digitalmars-d-announce
The D Windows SDK projection reached first version. Generated bindings were compiled succesfully. https://github.com/rumbu13/windows-d Destroy!