From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5c72b6fec2f83257 X-Google-Attributes: gid103376,public From: Jeff Carter Subject: Re: Help: Binary operator "=" Date: 1997/05/21 Message-ID: <3382F479.6C0B@spam.innocon.com>#1/1 X-Deja-AN: 242840688 References: <3381c4ba.quantum@quantum.pc.my> Organization: Wouldn't You Like to Know, Inc. Reply-To: carter@spam.innocon.com Newsgroups: comp.lang.ada Date: 1997-05-21T00:00:00+00:00 List-Id: Adrian B.Y. Hoe wrote: ... > The compiler says: Line 467: Binary operator "=" not directly visible, use > clause > might be needed. > > Line 452: Parameter mismatch. ... These seem straightforward: 467 says that function Windef."=" (Left, Right : Windef.HWND) return Boolean; is not visible. You need to use dot notation, rename it, or "use type Windef.HWND;". 452 says that SZAPPNAME, whatever it is, is not of the correct type for parameter LpClassName of Winuser.Createwindow. -- Jeff Carter PGP:1024/440FBE21 Auntie-spam reply-to; try ( carter @ innocon . com ) "Now go away, or I shall taunt you a second time." Monty Python & the Holy Grail