Link to home
Start Free TrialLog in
Avatar of pmenefee
pmenefee

asked on

fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory

Actually there are three header files it doesn't like: netdb.h, sys/socket.h and netinet/in.h.  Anybody know what I should do to get around this?
ASKER CERTIFIED SOLUTION
Avatar of Salte
Salte

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pmenefee
pmenefee

ASKER

Sorry about that.  I know better.  I'm running W2k and building with VS7 (.NET).  Thanks.
If you're a .NET application you might also benifit from using System::Net and related stuff instead.

Alf