SFML community forums

Help => General => Topic started by: SpaceInJourney on September 15, 2016, 07:29:23 pm

Title: How do I setup SFML on VS 2015?
Post by: SpaceInJourney on September 15, 2016, 07:29:23 pm
Please help.
Title: Re: How do I setup SFML on VS 2015?
Post by: Laurent on September 15, 2016, 07:41:01 pm
http://www.sfml-dev.org/tutorials/2.4/start-vc.php
Title: Re: How do I setup SFML on VS 2015?
Post by: SpaceInJourney on September 15, 2016, 07:43:38 pm
http://www.sfml-dev.org/tutorials/2.4/start-vc.php
I mean that the C++ thingy doesn't show for me, whatever I do.
Title: Re: How do I setup SFML on VS 2015?
Post by: Mario on September 15, 2016, 08:47:22 pm
Undefined reference to "C++ thingy"… boop :)

If you've tried the tutorial and you're still stuck, please try to explain your problem as exact as possible. Use a screenshot and draw on it, if you have to.
Title: Re: How do I setup SFML on VS 2015?
Post by: Laurent on September 16, 2016, 07:29:27 am
Please read this (http://en.sfml-dev.org/forums/index.php?topic=5559.0) and write a better description of your problem.
Title: Re: How do I setup SFML on VS 2015?
Post by: mos on September 17, 2016, 08:17:22 pm
I mean that the C++ thingy doesn't show for me, whatever I do.

For that option to appear, you have to add at least one .cpp file in your solution. At least, it was like that for me.