PDA

Click to See Complete Forum and Search --> : what does this error message mean?


parksie
Jul 31st, 2001, 07:14 PM
WSAStartup and WSACleanup are both functions, so you need to call them from main()/WinMain().

abdul
Jul 31st, 2001, 07:46 PM
I was dump that did not look at the source code more clearly. OK, Thanks a lot!