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();
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
2 matches
Mail list logo