www.delorie.com/archives/browse.cgi | search |
Axel Riese wrote: > Yes, clear. But I have my doubts that one can get an undefined reference > due to a missing declaration. Sure you can, because the __stdcall modifier alters the linkage name of the symbol. > Anyway, adding -mwindows or -luser32 > should solve the problem. IIRC the undefined symbol was 'IsWindowVisible', which is a symptom of a different problem. That symbol isn't defined in any Win32 library... 'IsWindowVisible AT 4' is. -- 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 |