SFML community forums

General => General discussions => Topic started by: Canvas on June 15, 2012, 02:47:16 am

Title: Visual Studio 2010 release with SFML?
Post by: Canvas on June 15, 2012, 02:47:16 am
Hey guys just a quick question, I downloaded SFML today and converted the 2008 SFML to the 2010 visual SFML, so i have them working (I hope), now i just got a blank window up. I know these is quick but how can i get my release to compile? its displaying
LINK : fatal error LNK1181: cannot open input file 'sfml-system-s.lib'
but I dont have that :D, also im asking this so early because I have a project i was working on with SDL, then i came up to the problem of smooth rotation, so i found this awesome library of SFML, now tomorrow I just gotta convert all my SDL to SFML :( but should be ok, also is SFML as supported at SDL? im planning to release a game.

Canvas

P.S. i followed this http://www.youtube.com/watch?v=-uHGZGgMETg is that correct? (Do i need to convert builds from 2008 to 2010?)
Title: Re: Visual Studio 2010 release with SFML?
Post by: Laurent on June 15, 2012, 07:45:35 am
Quote
I dont have that
To have that you need to compile the static debug/release configurations.

Quote
I downloaded SFML today
You should take SFML 2.0. It's only a release candidate but there are precompiled packages for VS 2010 and SFML 1.6 is already deprecated.
Title: Re: Visual Studio 2010 release with SFML?
Post by: Canvas on June 15, 2012, 12:26:31 pm
Is 2.0 stable? and how do i setup Visual studio 2010 express to work with 2.0? There doesn't seem to be many tutorials on how to
Title: Re: Visual Studio 2010 release with SFML?
Post by: Laurent on June 15, 2012, 01:24:19 pm
Quote
Is 2.0 stable?
Yes of course, it's a release candidate, not an alpha or beta version ;)

Quote
how do i setup Visual studio 2010 express to work with 2.0? There doesn't seem to be many tutorials on how to
The tutorial for Visual Studio 2010 is written.