Okay, so first off I want to say I'm sorry for bogging down the forums recently. I am really hoping that this will be my last post for awhile.
Really I just want to have an understanding of what I need to do with the project properties when using SFML. Here is where I am at with the first clock tutorial.
I am using Visual Studio 2008 now
I downloaded the full SDK version for Windows - Visual C++ 2008
I added the include and lib folders as described in the tutorial.
I have tried all of whats mentioned in the rest of the tutorial, but I'm stilling getting an error like this.
1>LINK : fatal error LNK1104: cannot open file 'sfml-system-d.lib'
Just like in the tutorial I added sfml-system-d.lib to Linker / Input
(I've also tried it without the 'd' and with -s-d and just -s)
The tutorial shows "Configuratio: Active(Release), but I don't have that option, so I'm trying to use Active(Debug).
Part of the tutorial says "If you linked against the dynamic versions of the SFML libraries, donc forget to copy the corresponding DLLs"
I don't know what this means, but I did copy sfml-system.dll to my
Visual Studio 2008/Projects/sfml-test, folder
I also tried adding SFML_DYNAMIC where specified, but this didn't help and again I am not sure what the tutorial means when it says "if you link against the dynamic libraries"
Trying all the combinations I could come up with, I still get a similar error to the one above.
If someone could explain to me what it is I need to do in project properties when I want to use a particular library, I would be so thankful.
After coding 2 years, This is the first API I've tried to use and I have no experience on the subject. Everywhere I've gone SFML is promoted as a noob friendly tool and I am really hoping to be able to use it. These issues I'm having are so aggravating in that they don't pertain to the actual coding, but rather an understanding of linking.
Again, sorry for so many posts recently, but help with this would be highly highly appreciated. I really want to understand this so I don't keep running into the issue later.