SFML community forums

Help => General => Topic started by: DdR_Dan on February 25, 2011, 07:00:51 am

Title: Sharing a Visual Studio 2008 SFML project
Post by: DdR_Dan 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?
Title: Sharing a Visual Studio 2008 SFML project
Post by: JAssange 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.
Title: Sharing a Visual Studio 2008 SFML project
Post by: devlin 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.
Title: Sharing a Visual Studio 2008 SFML project
Post by: JAssange 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.