Very Strange while udp socket polling.

2006-10-10 Thread Vadim Melihow
Hello, Just very simple program and very strange behaviour int main() { int fd; struct pollfd pds[2]; struct sockaddr_in sai; fd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); sai.sin_family = AF_INET; sai.sin_port= htons();

SetTimer Bug report

2006-04-20 Thread Vadim Melihow
Hello. It must be bug, But Im not sure... In WinXP all works fine.. but then I use Windows 2003 works strange with lastest version cygwin1.dll(file version 1.5.19-cr-0x5ef) but works fine with oldest verstion, like 1.5.18 from 2005.07.02. Description: When use SetTimer in Win2003 Application