Hey, I'm using SFML(apparently.) with Code::Blocks. I linked SFML up to CB as in the tutorial, and ran everything fine... Well. I then moved on to the next tutorial, making a window. I then got the following error:
"The procedure entry point ?GetHeight@Window@sf@@QBEIXZ could not be located in the dynamic link library sfml-window.dll."
I copied and pasted the code, so I don't think it's a syntax error. I made sure I linked all of the systems(In the order provided in the first tutorial) and had the .DLLs in the .exe directory. They were, I still for the error. Could you please help me out here? This is sort of hindering my process of both learning SFML, and making my first game with this SDK.