Win32 bindings

Vladimir Panteleev via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Mar 31 17:51:26 PDT 2015


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 dependencies when building 
> apps with either of these (beyond something like user32.dll for 
> example)?

For some functions, you'll need import libraries. You can get 
them from the same project as in the above link, create your own 
from .def files, or use implib/coffimplib.


More information about the Digitalmars-d-learn mailing list