comp.lang.ada
 help / color / mirror / Atom feed
From: Jeff Carter <carter@spam.innocon.com>
Subject: Re: Help: Binary operator "="
Date: 1997/05/21
Date: 1997-05-21T00:00:00+00:00	[thread overview]
Message-ID: <3382F479.6C0B@spam.innocon.com> (raw)
In-Reply-To: 3381c4ba.quantum@quantum.pc.my


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




  reply	other threads:[~1997-05-21  0:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-05-20  0:00 Help: Binary operator "=" Adrian B.Y. Hoe
1997-05-21  0:00 ` Jeff Carter [this message]
1997-05-21  0:00 ` Robert Dewar
     [not found]   ` <33932325.6E38@lmtas.lmco.com>
1997-06-07  0:00     ` Robert Dewar
1997-06-08  0:00       ` Ken Garlington
1997-06-10  0:00         ` Robert Dewar
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox