C++ unsolved external symbol - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: C++ unsolved external symbol (
/showthread.php?tid=627637)
C++ unsolved external symbol -
Deroxi - 30.01.2017
As im trying to finish up my plugin Im getting errors which I cant seem to solve. VS 14 2015.
Error (only the last line is the error im talking about):
Code:
Code Pastebin
Re: C++ unsolved external symbol -
Spmn - 30.01.2017
line #10: connect() function lacks definition.
Check if you're not missing any *.lib or *.cpp
Re: C++ unsolved external symbol -
TATIK - 30.01.2017
Hello Deroxi !
@Spmn
well he is using <winsock2.h> and i think #pragma comment(lib, "ws2_32.lib") this ?