digitalmars.D.learn - Up to date win32 bindings / d wrappers
- simendsjo (15/15) Jul 19 2011 There are several bindings for win32, but some seems quite dead.
- Andrej Mitrovic (6/6) Jul 19 2011 http://dsource.org/projects/bindings/wiki/WindowsApi are the bindings,
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 DWindowsProgramming - last updated 2011 https://github.com/AndrejMitrovic/DWindowsProgramming/tree/master/win32 Druntime https://github.com/D-Programming-Language/druntime/blob/master/src/core/sys/windows/windows.d Am I missing some projects? Does anyone know how complete/usable these bindings are? Compiles with newer dmd versions?
Jul 19 2011
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-to-date bindings.
Jul 19 2011