On Thursday, 22 August 2019 at 16:07:00 UTC, jicman wrote:
On Thursday, 22 August 2019 at 15:58:56 UTC, a11e99z wrote:
try to add
pragma( lib, "OleAut32.lib" )

Thanks for the support, a11e99z. :-)

I have,

pragma(lib, "ole32.lib");
pragma(lib, "oleaut32.lib");

on that file. But I did go change it back to your suggestion,

pragma(lib, "ole32.lib");
pragma(lib, "OleAut32.lib");

and still get same error:

Thoughts?  thanks.

case of string doesn't matter for Windows.
so if u had "oleaut32" not working then "OleAut32" also will not work.

try to turn on verbose compilation and see all commands that generated by dub/compiler


Reply via email to