I have been attempting to compile and run the test program on Code::Blocks using the dynamic libraries, but the program seems to crash whenever I create in instance of sf::Clock. The program compiles and links fine, but the resulting program crashes on a call to sf::Clock. I am using the dynamic libraries, and have copied the dll's to the executable's directory, but the program crashes regardless.
Any help appreciated.