View Single Post
Old 06-16-2002, 03:51 PM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,530
sde is on a distinguished road
trying to learn sockets programming ..

I have this tutorial i'm trying to udnerstand .. and the code is working fine up until 1 line:

if(NET_WinSockInitialize() != 0)
{ do something; }

the error i'm getting is:
error C2065: 'NET_WinSockInitialize' : undeclared identifier


does that mean the function NET_WinSockInitialize is not being identified .. in fact it is not.

that's the only error i get in this whole script .. i'll attach the script if anyone is interested.

the error is near : int main(void){ } -- near the bottom
Attached Files
File Type: txt socketserver.txt (2.4 KB, 8 views)
sde is online now   Reply With Quote