On 25.10.2010 08:06, Jonathan M Davis wrote:
[...]
It looks liking adding advapi32.lib to the compilation command does the trick,
but I don't know why I've never needed to do that before with other Windows
functions.

Just guessing, but it might be that dmd doesn't add advapi32.dll to the linker's command line by default. You can probably verify that by passing -v to dmd, to see the linker commands being used.

Reply via email to