D1: Trying to update Juno Library to 1.076
jicman
jicman at cinops.xerox.com
Thu Aug 22 16:07:00 UTC 2019
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:
12:05:22.11>c:\D\bin\build -I..;c:\D\import -version=gui
-version=Phobos PMORpts.res PMORpts.d
OPTLINK (R) for Win32 Release 8.00.12
Copyright (C) Digital Mars 1989-2010 All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
c:\D\import\juno\com\core.obj(core)
Error 42: Symbol Undefined _VarCmp at 16
c:\D\import\juno\com\core.obj(core)
Error 42: Symbol Undefined _VarDecNeg at 8
Thoughts? thanks.
josé
More information about the Digitalmars-d-learn
mailing list