Linker can't link functions from advapi

kinke noone at nowhere.com
Mon Apr 1 19:08:01 UTC 2019


On Monday, 1 April 2019 at 15:10:20 UTC, Deen O'Connor wrote:
>  I know, but if i don't set the .lib file for the linker, it 
> tells me it doesn't know those functions.

So the only issue is that the lib isn't referenced automatically 
and that you have to specify it explicitly? Then all that's 
missing is a `pragma(lib, "advapi32")` in the module referencing 
these functions; is that druntime?


More information about the Digitalmars-d mailing list