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

Author Topic: Sharing a Visual Studio 2008 SFML project  (Read 1919 times)

0 Members and 1 Guest are viewing this topic.

DdR_Dan

  • Newbie
  • *
  • Posts: 9
    • View Profile
Sharing a Visual Studio 2008 SFML project
« on: February 25, 2011, 07:00:51 am »
If I wanted to share an SFML 1.5 project made using Visual Studio 2008, what would I have to do?  Would anyone who wanted to open the project need Visual Studio and would they need to download SFML 1.5?  Also, if someone had Visual Studio 2010, could they download SFML 1.5 and run the project?
Triple Beat!

Triple Beat RPG+simultaneous rhythm game:

JAssange

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Sharing a Visual Studio 2008 SFML project
« Reply #1 on: February 25, 2011, 12:25:10 pm »
If anyone is going to use 2010 everyone needs to use 2010. And you'll need to share the SFML release unless you want everyone to download it themselves.

devlin

  • Full Member
  • ***
  • Posts: 128
    • View Profile
Sharing a Visual Studio 2008 SFML project
« Reply #2 on: February 25, 2011, 05:39:06 pm »
Depending on if you mean sharing the actual code or the resulting product.

If it's the former, what Assange's impersonator is saying is true - otherwise you'll need to provide the Visual Studio runtime DLLs at a minimum.

JAssange

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Sharing a Visual Studio 2008 SFML project
« Reply #3 on: February 25, 2011, 09:36:12 pm »
Quote from: "devlin"
Depending on if you mean sharing the actual code or the resulting product.

Since he mentioned versions of Visual Studio I'm fairly certain he means sharing the code.