This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Linking problem: IsWindowVisible


Ø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@sigma6.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]