Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <38CF9FBD.96A98778@sigma6.com> Date: Wed, 15 Mar 2000 09:35:41 -0500 From: Jeff Sturm Organization: AppNet X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: =?iso-8859-1?Q?=D8ystein?= O Johansen CC: Cygwin Mailing List , Axel Riese Subject: Re: Linking problem: IsWindowVisible References: <412568A3 DOT 004E0D51 DOT 00 AT stfo-lnsmtp DOT statoil DOT no> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id JAA12232 Øystein O Johansen wrote: > Yes, I worked that out by self. But I still get undefined > reference to 'IsWindowVisible' ? You may be missing a declaration for IsWindowVisible. Does the source file have #include anywhere? (Win32 API functions must be declared with __stdcall, that's where the @4 comes from). -- Jeff Sturm jsturm AT sigma6 DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com