Win32 equivalent of <sys/poll.h>?
I have a socket class which I am adjusting to work cross-platform, and it uses . Unforuntely, since that''s a UNIX header, Win32 doesn''t provide it. Does anyone know the equivalent under Windows? Types and function names don''t necessarily have to be the same, as long as they are analogous and serve the same functions.
SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.
To my knowledge the poll method isn''t supported in winsock. You might try select() instead, or switch to different IO model which probably isn''t what you want to do...
Well, we switched to select :\...
Damn Winsock. UNIX is so much more powerful.
Damn Winsock. UNIX is so much more powerful.
SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement