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

Author Topic: Visual Studio 2010 release with SFML?  (Read 2588 times)

0 Members and 1 Guest are viewing this topic.

Canvas

  • Full Member
  • ***
  • Posts: 107
    • View Profile
Visual Studio 2010 release with SFML?
« 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?)
« Last Edit: June 15, 2012, 03:02:35 am by Canvas »

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Visual Studio 2010 release with SFML?
« Reply #1 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.
Laurent Gomila - SFML developer

Canvas

  • Full Member
  • ***
  • Posts: 107
    • View Profile
Re: Visual Studio 2010 release with SFML?
« Reply #2 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
« Last Edit: June 15, 2012, 12:30:29 pm by Canvas »

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Visual Studio 2010 release with SFML?
« Reply #3 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.
Laurent Gomila - SFML developer