https://github.com/etcimon/windows-headers
On Wednesday, 1 April 2015 at 01:53:22 UTC, Vladimir Panteleev
wrote:
On Wednesday, 1 April 2015 at 01:09:11 UTC, Charles wrote:
Are the default libraries in dmd2\windows\lib not current or
something?
Those only cover a small number of DLLs, and even those
partially.
There should be a respo
On Wednesday, 1 April 2015 at 01:09:11 UTC, Charles wrote:
Are the default libraries in dmd2\windows\lib not current or
something?
Those only cover a small number of DLLs, and even those partially.
http://www.dsource.org/projects/bindings/wiki/WindowsApi
Thanks for this! I guess my brain was wrong thinking it'd be in
http://code.dlang.org if it was still being maintained.
For some functions, you'll need import libraries. You can get
them from the same project as in the above link, crea
On Tuesday, 31 March 2015 at 17:20:05 UTC, Charles wrote:
Hi guys,
What is the best (and/or official) source for win32 bindings?
http://www.dsource.org/projects/bindings/wiki/WindowsApi
So, perhaps, a better question is what do you use for win32
bindings? Are there any additional
On Tuesday, 31 March 2015 at 17:20:05 UTC, Charles wrote:
Hi guys,
What is the best (and/or official) source for win32 bindings?
I know there's this github project:
https://github.com/AndrejMitrovic/DWinProgramming; however, it
hasn't been touched in about 2 years. It's curr
Hi guys,
What is the best (and/or official) source for win32 bindings?
I know there's this github project:
https://github.com/AndrejMitrovic/DWinProgramming; however, it
hasn't been touched in about 2 years. It's currently linked on
the wiki (http://wiki.dlang.org/D_for_Win
http://dsource.org/projects/bindings/wiki/WindowsApi are the bindings,
they're not mine though.
DWindowsProgramming is about the Programming Windows book by Charles
Petzold and has many examples of using GDI/Windows API with D. I'm
distributing WindowsApi with it. WindowsApi should be the most
up-
There are several bindings for win32, but some seems quite dead.
Juno - last updated 2009
http://dsource.org/projects/juno
Bindings - last updated 2011
http://dsource.org/projects/bindings/wiki/WindowsApi
Core32 - last updated 2009
http://dsource.org/projects/core32
Seems limited and outdated