Thread
:
simple UDP client
View Single Post
shf75
Newbie Member
30Dec2006,22:28
Thanks.
Now it works.
However, when I try to activate a thread :
AfxBeginThread(ServerThread,0);
I get the error :
error C3861: 'AfxBeginThread': identifier not found
even though the <windows.h> and <WinSock2.h> are included.