Hi, I'm new to SFML (although I've used SDL to develop a tetris game before
.
I'm following the
tutorial for getting started. Everything works but when I change the additional dependency
sfml-system.lib to
sfml-system-d.lib and include the
sfml-system-d.dll file in my project, I get this error:
Any ideas what's wrong?
edit: After no window displaying due to the ATI bug with 1.6 I decided to build 2.0 debug, which is working so this is no longer a problem.