On Monday, 7 October 2013 at 14:45:35 UTC, Andrej Mitrovic wrote:
On 10/7/13, Matt <[email protected]> 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.
The missing functions (or at least the one I'm interested in at
the moment) that I'm trying to use are supposed to be IN
kernel32, and have been in there since Windows Vista. That's why
I'm a little confused.