Re: Win32 bindings

2015-09-04 Thread Kagamin via Digitalmars-d-learn
https://github.com/etcimon/windows-headers

Re: Win32 bindings

2015-03-31 Thread Charles via Digitalmars-d-learn
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,

Re: Win32 bindings

2015-03-31 Thread Vladimir Panteleev via Digitalmars-d-learn
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.

Re: Win32 bindings

2015-03-31 Thread Vladimir Panteleev via Digitalmars-d-learn
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

Win32 bindings

2015-03-31 Thread Charles via Digitalmars-d-learn
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_Win32). I'm also

Re: Win32 bindings

2015-03-31 Thread rumbu via Digitalmars-d-learn
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 currently linked

Up to date win32 bindings / d wrappers

2011-07-19 Thread simendsjo
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

Re: Up to date win32 bindings / d wrappers

2011-07-19 Thread Andrej Mitrovic
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