On Fri, 28 Feb 2003, Stickel, Uwe wrote: > I do have a Cygwin application (Windows 2000), which includes a kbhit() > function and the Windows ethernet socket for TCP/UDP communication. But > both doesn't work together. In this case I had to link the libmoldname.a > in order to use the kbhit() function. > Do you have any idea ? Or do you know any replacement for kbhit(), because > I have to poll the keyboard and can't wait for input (like getchar()) ? Um.. how does Cygwin come into play in all this? If you're just asking how to program something in Windows, using winsock and kbhit() at the same time, this is definitely OT here. If this is a problem with using Cygwin, have a look at http://www.cygwin.com/bugs.html and get back to us with: * an exact description of your problem * how Cygwin plays a role in your problem
rlc -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/