| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| 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 <jsturm AT sigma6 DOT com> |
| 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 <OJOHANS AT statoil DOT com> |
| CC: | Cygwin Mailing List <cygwin AT sourceware DOT cygnus DOT com>, |
| Axel Riese <Axel DOT Riese AT risc DOT uni-linz DOT ac DOT at> | |
| Subject: | Re: Linking problem: IsWindowVisible |
| References: | <412568A3 DOT 004E0D51 DOT 00 AT stfo-lnsmtp DOT statoil DOT no> |
| 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 <windows.h> 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |