SFML community forums
Help => General => Topic started by: replicant on October 14, 2011, 02:43:07 am
-
Hi, I'm new to SFML (although I've used SDL to develop a tetris game before :)).
I'm following the tutorial (http://www.sfml-dev.org/tutorials/1.6/start-vc.php) 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:
(http://iforce.co.nz/i/p3rz4qro.wn0.jpg)
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.