On 10/8/2013 6:57 AM, Andrej Mitrovic wrote:
On 10/7/13, Matt <[email protected]> wrote:
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.
The kernel32.lib distributed with DMD is likely out of date.
See: http://d.puremagic.com/issues/show_bug.cgi?id=6625
It's very out of date. When I need Windows functions that are missing
from the DMD libs, I prototype them as function pointers and load them
dynamically. It's a one-off investment for each function and I don't
need many of them, so no big deal.