Cannot find symbol using wine
torhu
no at spam.invalid
Mon Oct 25 08:23:23 PDT 2010
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.
More information about the Digitalmars-d-learn
mailing list