D1: Trying to update Juno Library to 1.076

a11e99z black80 at bk.ru
Thu Aug 22 16:34:06 UTC 2019


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




More information about the Digitalmars-d-learn mailing list