Win32 bindings

Charles via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Mar 31 10:20:04 PDT 2015


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 aware that there's core.sys.windows.windows, but the 
documentation for this page is less than helpful: 
http://dlang.org/library/core/sys/windows/windows.html. It also 
seems to be missing portions of it that'd be useful (see github 
here: 
https://github.com/D-Programming-Language/druntime/tree/master/src/core/sys/windows).

So, perhaps, a better question is what do you use for win32 
bindings? Are there any additional dependencies when building 
apps with either of these (beyond something like user32.dll for 
example)?

Thanks,
Charles


More information about the Digitalmars-d-learn mailing list