1
General / Re: fatal error LNK1181
« on: July 08, 2013, 02:11:32 am »
Wow. Nvm I figured it out. for some reason in the filenames of the dlls they are sfml-graphics-2.lib
apparently that "-2" is very misleading as when I removed the -2 from the project linker/input/additionaldependices list it worked. notice I did not rename the file.
a note should be added in the tutorial to leave the -2 off. as I put it exactly like the author had it to begin with. but when I went to copy the dlls out of the bin folder I noticed the -2's and went back and added them. thinking it was an oversight on the new naming scheme for 2.0 on the authors part.
apparently that "-2" is very misleading as when I removed the -2 from the project linker/input/additionaldependices list it worked. notice I did not rename the file.
a note should be added in the tutorial to leave the -2 off. as I put it exactly like the author had it to begin with. but when I went to copy the dlls out of the bin folder I noticed the -2's and went back and added them. thinking it was an oversight on the new naming scheme for 2.0 on the authors part.