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


>> I got a program thet uses IsWindowVisible. I think this is a
>> standard Win API function. But what to link it with? -lgdi32 fails.

> According to MS's online docu, it's -luser32.

Yes, I worked that out by self. But I still get undefined
reference to 'IsWindowVisible' ?

I even tried to remake the import library file (libuser32.a) from
the user32.def file and the user32.dll. Yes, user32.def does
include IsWindowVisible@4 in line 345, but it still doesn't link.

???

-Øystein



--
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]