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

Author Topic: SFML installing on Visual Studio 2010 Professional  (Read 21337 times)

0 Members and 1 Guest are viewing this topic.

ekeimaja

  • Guest
SFML installing on Visual Studio 2010 Professional
« on: January 22, 2012, 08:53:54 pm »
I searched already, if there would be any topic about this subject...

All which i found, there was said "View - Property Manager". I have not that. Only "Properties Window" and "Property Pages".

I would be very gladful about your help, thank you very much already! :)

Serapth

  • Full Member
  • ***
  • Posts: 105
    • View Profile
SFML installing on Visual Studio 2010 Professional
« Reply #1 on: January 22, 2012, 11:18:18 pm »
I'm a bit confused exactly what you are looking for, but if you are looking for detailed installation instructions for Visual Studio 2010, start right here.  It should get you going.


If I misunderstood your request, please clarify.

RedIrony

  • Newbie
  • *
  • Posts: 23
    • View Profile
SFML installing on Visual Studio 2010 Professional
« Reply #2 on: January 23, 2012, 02:28:54 am »
Here is a that I have found to be immensely helpful for setting up SFML 2.0 in VS2010. It should walk you through the entire process.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
SFML installing on Visual Studio 2010 Professional
« Reply #3 on: January 23, 2012, 11:20:33 am »
Ehrm they don't differ very much.
The settings were you have to change something are the same in Express and Pro.
If you see something that doesn't match, then let us know and we could provid you with more information.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

TheEnigmist

  • Full Member
  • ***
  • Posts: 119
    • View Profile
SFML installing on Visual Studio 2010 Professional
« Reply #4 on: January 23, 2012, 01:02:10 pm »
Take a look of my thread:
http://www.sfml-dev.org/forum/viewtopic.php?p=44658#44658
Is just a bit under this :D
I use VS2010 Ultimate.
If you need help PM me ;)

Serapth

  • Full Member
  • ***
  • Posts: 105
    • View Profile
SFML installing on Visual Studio 2010 Professional
« Reply #5 on: January 23, 2012, 04:31:04 pm »
Quote from: "ekeimaja"
Serapth, i mean how to install SFML 1.6 or 2.0 to Visual Studio 2010 Professional. All instructions that i have found were made with Express, where all menus were fully different. But i will test those instructions today...



Ah, Ic.  Those instructions were actually for Express, but as was said, they are pretty similar.  I have both installed right now, so if you get hung up on a specific thing missing, let me know.

ekeimaja

  • Guest
SFML installing on Visual Studio 2010 Professional
« Reply #6 on: January 23, 2012, 07:13:36 pm »
Quote from: "TheEnigmist"
Take a look of my thread:
http://www.sfml-dev.org/forum/viewtopic.php?p=44658#44658
Yesterday evening i tried to follow your instructions, but pictures did not match in my editor. For example I have not "Property Manager" in my View menu. Only Properties Window and Property Pages.

Keshi

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: SFML installing on Visual Studio 2010 Professional
« Reply #7 on: May 17, 2012, 08:55:04 am »
To View property manager in VCExpress, you can choose Tools -> Setting -> Expert settings. After that, you will see View -> Property Manager option.

http://social.msdn.microsoft.com/Forums/en/Vsexpressvc/thread/e7b6559e-b0c2-453a-bae6-4234a408fe4e

ekeimaja

  • Guest
Re: SFML installing on Visual Studio 2010 Professional
« Reply #8 on: October 08, 2012, 10:37:16 am »
To View property manager in VCExpress, you can choose Tools -> Setting -> Expert settings. After that, you will see View -> Property Manager option.

http://social.msdn.microsoft.com/Forums/en/Vsexpressvc/thread/e7b6559e-b0c2-453a-bae6-4234a408fe4e
I still have NOT Express...I have Visual Studio 2010 Professional

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: SFML installing on Visual Studio 2010 Professional
« Reply #9 on: October 08, 2012, 11:13:49 am »
All which i found, there was said "View - Property Manager". I have not that. Only "Properties Window" and "Property Pages".
I'm not sure what you were following that stated you have to search in the view menu...
The official tutorial only says "In the project's properties" which obviously implies Project->Project Properties. As you can see in the image blow:


To get the project menu entry to show, you have to open a project and you need to select the project in the Property Manager.

Finding yourself around menu entries etc is very basic stuff on how to operate with your computer and should be easy for a developer... :-\
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

ekeimaja

  • Guest
Re: SFML installing on Visual Studio 2010 Professional
« Reply #10 on: October 09, 2012, 09:32:59 am »
Now I reinstalled SFML-2.0 to C:\SFML and linked to VS as in tutorial was made. But now...gives this error. Tried both with release and debug.

error LNK1104: cannot open file 'sfml-graphics-d.lib sfml-window-d.lib sfml-system-d.lib kernel32.lib'

Could someone create very very easy instructions and ready Solution. That would help very much. Before I have used Allegro library, and that worked perfectly just following instructions.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML installing on Visual Studio 2010 Professional
« Reply #11 on: October 09, 2012, 09:40:39 am »
Quote
cannot open file 'sfml-graphics-d.lib sfml-window-d.lib sfml-system-d.lib kernel32.lib'
The linker thinks it's a single file, you must have formatted it badly in the "Additional dependencies" text box.
Laurent Gomila - SFML developer

ekeimaja

  • Guest
Re: SFML installing on Visual Studio 2010 Professional
« Reply #12 on: October 09, 2012, 09:43:53 am »
I wrote it same as in tutorial, only space, not commas or dots.

http://sfml-dev.org/tutorials/2.0/images/start-vc-link-libs.png

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: SFML installing on Visual Studio 2010 Professional
« Reply #13 on: October 09, 2012, 09:55:04 am »
Well you need to seperate them with a semicolon.
@Laurent: why are there only spaces? :o
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML installing on Visual Studio 2010 Professional
« Reply #14 on: October 09, 2012, 10:34:56 am »
Quote
@Laurent: why are there only spaces?
Because that how it works for me. I'm using VS 2008 but I don't think they changed that in VS 2010.
Laurent Gomila - SFML developer

 

anything