Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - BoomPony

Pages: [1]
1
General / getting SFML to work with Visual Studio 2010
« on: February 28, 2011, 04:37:47 pm »
1 - I built all of the libraries, what do you mean by rebuilding the dependencies?  

2 - Do you mean the SFML-1.6\lib\vc2008 folder? I tried that but nothing changed, was the point of that to tell it where sfml-system-d.lib is located? I copied sfml-system-d.lib to my project's directory so I didn't think I would need to do that.

2
General / getting SFML to work with Visual Studio 2010
« on: February 28, 2011, 12:06:14 pm »
Hi everyone,

I can't seem to get SFML working with VS 2010, I'm just trying to get the first tutorial up and running, using sf::Clock

http://www.sfml-dev.org/tutorials/1.6/start-vc.php

I've added the include and lib directories to VC++ Directories, defined SFML_DYNAMIC in preprocessor definitions, converted the solution and rebuilt the libs in VS 2010, and linked to 'sfml-system-d.lib' in Linker->Input->Additional Dependencies, then copied the sfml-system-d incremental linker file and the sfml-system-d.dll application extension to the directory of my project.

I get the error message: error LNK1104: cannot open file 'sfml-system-d.lib'

I have seen so many posts containing problems like this but none of them seem to contain the solution to my problem as far as I can see, sorry for throwing another one into the mix.

Thanks x

Pages: [1]