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

Author Topic: Here are compiled SFML 2.0 lib for Visual Studio 2010  (Read 3967 times)

0 Members and 1 Guest are viewing this topic.

hexvector

  • Newbie
  • *
  • Posts: 3
    • View Profile
Here are compiled SFML 2.0 lib for Visual Studio 2010
« on: July 25, 2010, 03:51:14 am »
I have compiled SFML 2.0 libs in Visual Studio 2010 Ultimate (should work the same in Express)
One of the problems was when importing the included VS2008 solution to 2010 it didn't compile the 10 required -d libs (ex: sfml-window-d.lib).

You had to go into Project Properties -> Configuration Properties -> Linker -> Advanced and set the Import Library to sfml-window-d.lib for the Debug Profile and sfml-window.lib for Release Profile for each: Audio, Graphics, Network, System, Window

Now those .lib files won't show up in lib/vs2008 like the other .dll and .lib. They appear in build/vs2008

Now you can copy the 10 lib files into your directory where you are linking to the SFML library in VS2010. You should have the full set of 37 files to comple SFML 2.0 projects.

OR

You can download all the VS 2010 compiled SFML 2.0 files here:

http://media.codecollision.com/SFML-2.0-VS10-libs.zip

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Here are compiled SFML 2.0 lib for Visual Studio 2010
« Reply #1 on: July 25, 2010, 10:08:01 am »
Thank you for helping :)
Laurent Gomila - SFML developer

CBenni::O

  • Newbie
  • *
  • Posts: 48
    • View Profile
Here are compiled SFML 2.0 lib for Visual Studio 2010
« Reply #2 on: September 28, 2010, 01:36:53 pm »
I thought that the most recent libs were called sfml2-window.lib?

I'm confused now...

bye, CBenni::O
42!
Metal will never die!

Spellbreaker

  • Newbie
  • *
  • Posts: 33
    • ICQ Messenger - 287156171
    • MSN Messenger - spellbreaker@live.de
    • Yahoo Instant Messenger - Spellbreaker1979
    • View Profile
    • http://www.apeironstudios.com
Here are compiled SFML 2.0 lib for Visual Studio 2010
« Reply #3 on: September 28, 2010, 06:59:48 pm »
Look at the Date of the Post....Name change was ~1 Month ago, the post is from July....

CBenni::O

  • Newbie
  • *
  • Posts: 48
    • View Profile
Here are compiled SFML 2.0 lib for Visual Studio 2010
« Reply #4 on: September 28, 2010, 08:57:54 pm »
omg I totally forgot about this..
sorry  :oops:

bye, CBenni::O
42!
Metal will never die!

 

anything