Getting the missing Windows functions

Matt webwraith at fastmail.fm
Sun Oct 6 21:52:18 PDT 2013


> Typically you link to one of the distributed Windows DLLs via 
> an import library, e.g. you would pass "kernel32.lib" at the 
> command-line when calling DMD for any functions in the kernel32 
> DLL. kernel32.lib is the import lib, and it's distributed along 
> with DMD.

I have never had to specify any Windows libs for linking under 
DMD. What is different about these?


More information about the Digitalmars-d-learn mailing list