I use Dev-C++ v. 4.9.6.0
The problem is I do insert -lws2_32 into
tools -> compiler options -> linker
This do not change the makefile
(of course, as result there's always the
[Linker error] undefined reference to `WSAStartup@8')
Is it the bug of this version?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
[Linker error] undefined reference to `WSAStartup@8'
Help on the matter would be appreciated :)
Thanks
Hi,
Go into linker options and insert -lws2_32. Then recompile =)
Kip
Hi Kip Warner ,
I use Dev-C++ v. 4.9.6.0
The problem is I do insert -lws2_32 into
tools -> compiler options -> linker
This do not change the makefile
(of course, as result there's always the
[Linker error] undefined reference to `WSAStartup@8')
Is it the bug of this version?
hi,
forget the above question.
I found where the -lws2_32 should be added