Have you copied the sfml-network2-d.dll file in the same directory as your executable?
Yeah I got all files there...
sfml-audio-2.dll
sfml-audio-d-2.dll
sfml-graphics-2.dll
sfml-graphics-d-2.dll
sfml-network-2.dll
sfml-network-d-2.dll
sfml-system-2.dll
sfml-system-d-2.dll
sfml-window-2.dll
sfml-window-d-2.dll
They are in the same directory as where my .exe file is.
To eXpl0it3r;
You are totally right, but I really do not expect people to do my work, it is just that I found a lot of websites which provided me with examples which do not work. Maybe because I understood them wrong (as English is not my main language, which shouldnt be an excuses I know lol).
As far as I saw they meant:
1. Include the qDebug header.
2. Parse custom info by using qDebug("Message here");
The messages will only be shown when running the debugger, and not the "normal" build.
Anyways, I will look into the link you gave me, seriously, thank you very, very much for the link. I will look into it (already printed it out to learn it all haha).