Advertisement

windows select() include

Started by May 10, 2005 05:08 PM
0 comments, last by gcs584 19 years, 9 months ago
what includes does select() need under windows??
Hi,

#include <winsock2.h>

[Edit:]
In your code include the line
#pragma comment(lib,"ws2_32")

somewhere in the code else you can link to the library manually.

Later,

GCS584

This topic is closed to new replies.

Advertisement