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

Author Topic: Tutorials  (Read 13463 times)

0 Members and 1 Guest are viewing this topic.

NightShade

  • Newbie
  • *
  • Posts: 2
    • AOL Instant Messenger - NightShade522571
    • View Profile
Tutorials
« Reply #15 on: April 03, 2010, 12:31:03 am »
this is more so my short coming but i just dnt get the "getting started VS" tut it makes no sense to put code onto the page till u tell how to do the whole set-up and it says to set up a lib file that is not there idk if its just me not knowing but any ideas?

Walker

  • Full Member
  • ***
  • Posts: 181
    • View Profile
Tutorials
« Reply #16 on: April 03, 2010, 03:48:51 am »
The MSVC getting started guide takes you from downloading the library to setting up your first project. It even gives you links to the download page.

I don't understand where any confusion would be coming from. Is there a particular point you don't understand?

NightShade

  • Newbie
  • *
  • Posts: 2
    • AOL Instant Messenger - NightShade522571
    • View Profile
Tutorials
« Reply #17 on: April 04, 2010, 08:11:10 pm »
"In Library files, add SFML-x.y\lib\vc2005"
that file path doesn't exist, i did a normal install of VS 2005.
so i just set it to the lib file witch seemed to work.
but when i tried to compile some code i get:
"LINK : fatal error LNK1104: cannot open file 'SFML_DYNAMIC.obj'"
witch i have no clue y its teling me that i falled everything else in the tut to the letter

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Tutorials
« Reply #18 on: April 04, 2010, 11:18:35 pm »
Quote
"In Library files, add SFML-x.y\lib\vc2005"
that file path doesn't exist, i did a normal install of VS 2005.

This is the path that you extracted from the SFML archive... x.y refers to the version that you downloaded, for example 1.5.

Quote
but when i tried to compile some code i get:
"LINK : fatal error LNK1104: cannot open file 'SFML_DYNAMIC.obj'"

You've put SFML_DYNAMIC in the wrong option. There is a screenshot in the tutorial to help you... ;)
Laurent Gomila - SFML developer