I've followed tutorials, searched the threads and made changes, recompiled for VS 2010 and so on but I can't make the following error go away:
fatal error LNK1104: cannot open file 'sfml-system-d.lib'
For linker input I've used: sfml-system-d.lib;
I've added SFML_DYNAMIC;
for the preprocessor defintion. I've added all the appropriate paths for the include and library directories. I also have the .dll files in the project directories, even for the DEBUG folder. Haven't done a release build yet.
Static linking works perfectly fine and without errors but I would like to link dynamically. Any suggestions?
EDIT: sorry, this should have been posted in general.