I know that such question rather shouldn't be on this forum
I would like to add multiplayer to my game. I downloaded RakNet and tried to build sample application from official tutorial.
And of course long list of errors
In dev-c++ I add to linker every *.lib, *.a file from RakNet directory and it still doesn't workExamples :
[Linker error] undefined reference to `inet_addr@4'
[Linker error] undefined reference to `closesocket@4'
[Linker error] undefined reference to `closesocket@4'
Any suggestions what is wrong ??