Getting the missing Windows functions

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Oct 7 07:45:24 PDT 2013


On 10/7/13, Matt <webwraith at fastmail.fm> wrote:
> I have never had to specify any Windows libs for linking under
> DMD. What is different about these?

DMD links in user32.lib and kernel32.lib by default. But if you want
to use other libs like GDI you're going to have to pass them at the
command line.


More information about the Digitalmars-d-learn mailing list