D1: Trying to update Juno Library to 1.076
a11e99z
black80 at bk.ru
Thu Aug 22 15:58:56 UTC 2019
On Thursday, 22 August 2019 at 15:55:48 UTC, jicman wrote:
> Greetings!
>
> I have been working on Juno for a long time with D1 version
> 1.046, and love it. But now, I want to update it to 1.076, the
> latest and greatest D1. I have fixed, what I think, were all of
> the problems. However, when I build the libraries with my
> program, I get this error:
>
> 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
>
> The D1 version is,
>
> DMD32 D Compiler v1.076
> Any thoughts of what to do next? Thanks.
try to add
pragma( lib, "OleAut32.lib" )
More information about the Digitalmars-d-learn
mailing list