elnormous/HTTPRequest

Linking error

zsoltardai opened this issue · 3 comments

Hey, I'm kinda new to C++, and I've been trying to include your .hpp file in my project and it gave me these linking errors:
I've included the file in the project and the IDE recognizes it, but It gives these linking errors when I try to build it.
Do you have any tips to fix this issue?
snippet

#pragma comment(lib, "Ws2_32.lib")

Yes, you have to link ws2_32.lib to your executable.

Thank you so much! It works! 😀😀