qi7chen / WinsockTut

Winsock programming tutorial and examples with different I/O strategy
Apache License 2.0
29 stars 13 forks source link

winsock error #1

Open Lalainap2 opened 4 years ago

Lalainap2 commented 4 years ago

I get "undefined reference to" error while trying to initialize winsock. Could someone help please winsock

qi7chen commented 4 years ago

Thanks for your feedback!

I noticed you're using GCC toolchain which I never tested, you may try Visual C++(https://visualstudio.microsoft.com/) instead.