vote up 0 vote down star

Hi there!I want to know if I can use the poll() function on a MinGW development chain. I have CodeBlocks+MinGW. Thanks a lot.

flag
1  
What have you tried? Does it exist when you call it? Does it work when you use it? Why don't you just try it? Do you have any evidence that it doesn't work? – Jonathan Leffler Nov 4 at 5:31
Well, I heard it is POSIX only, I want to know if anybody has used it succesfully on MinGW, but I have not tried it. – ademir Nov 4 at 5:41

1 Answer

vote up 0 vote down

Last I heard, poll() was either not supported or provided limited functionality on mingw. But you can supply your own basic poll() that uses select() internally.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.