:
This message was edited by tsagld at 2006-8-3 0:23:59
: : i am using visual studio 6.0 compiler, an working on socket programming,
: : i do the coding as normal and tried to compile it, it not work because of the missing of inet.h, socket.h, i have no idea where to find those kind of files or fix that error
: : Please help
: :
: Socket.h is actually called
Winsock2.h. You need to link to Ws2_32.lib.
:
: Don't know about inet.h, but the functions you expect there may be available in Winsock2.h.
:
:
: Greets,
: Eric Goldstein
:
http://www.gvh-maatwerk.nl
:
:
:
:
:
And I think inet things are in WinINET or something.... socket.h is the unix-type thing, right? While on win32, the socket functions are part of the win32API
{2}rIng