All Content
Blogs
Forums
News
Tutorials
Log In
Sign Up
Login
Username / Email
Password
Remember me
Forgot password?
Login
or
Don't have a GameDev.net account?
Sign up
Forgot your password?
Email Address
Reset Password
Please contact us if you have any trouble resetting your password.
Home
Blogs
Forums
News
Portfolios
Projects
Tutorials
19
users logged in
Proud partner of GDC 2025
New?
Learn about game development
.
Before posting, review our
community guidelines
.
Support GameDev.net with a monthly
GDNet+ subscription
!
Follow Us
Chat in the
GameDev.net Discord!
Back to Networking and Multiplayer
Advertisement
windows select() include
Networking and Multiplayer
Programming
Started by
Solance
May 10, 2005 05:08 PM
0
comments, last by
gcs584
19 years, 9 months ago
Solance
Author
102
May 10, 2005 05:08 PM
what includes does select() need under windows??
Cancel
Save
gcs584
280
May 10, 2005 05:21 PM
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
Cancel
Save
This topic is closed to new replies.
Advertisement
Popular Topics
C++ pointers that are released upon going out of scope
General and Gameplay Programming
Another better idea than GTA (change my mind)
GDNet Lounge
computer malfunction in visual studio 1&0 != 0!!!
General and Gameplay Programming
click and drag sprite
For Beginners
How to Resolve This Normal Issue?
Graphics and GPU Programming
Returning an object on the stack in a variadic function causes a crash
AngelCode
Advertisement
Recommended Tutorials
Marketing 101 Part 3: Advertising Part I
Business and Law
Tile/Map-Based Game Techniques: Handling Terrain Transitions
General and Gameplay Programming
Fifteen Ways to do Faster Blits
General and Gameplay Programming
5 Keys to Understanding Brazilian Mobile Game Market
Production and Management
Basic Line Drawing Algorithm
Graphics and GPU Programming
Advertisement
Reticulating splines
About GameDev.net
Community Guidelines
Terms of Service
Privacy Policy
Contact Us
Copyright (c) 1999-2025 GameDev.net, LLC
Back to Top