-
Enthusiast
Include socket error
When I start to compile, I get this ;
-
-
Last of the OsRose Devs
Re: Include socket error
You are not missing socket.h
your problem is that socket.h is referencing pthreads which is an external library that you have to include in your compiler setup.
Check the tutorials they all mention installing pthreads and most actually give a download link for it.
-
Enthusiast
Re: Include socket error
could anyone help me out some more? :/
-
Last of the OsRose Devs
Re: Include socket error
your compiler setup page should look like this (dev C++)

if it doesn't then add the lpthreadGC library
-
Enthusiast
-
Enthusiast
Re: Include socket error
hehe awesome
It finally worked :D
Thx for helping me out :)