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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MrBoolean

Pages: [1]
1
General / Re: Having Trouble with SFML
« on: June 14, 2013, 09:29:48 pm »
I was using Debug Mode. Was there something with that option?

2
General / Re: Having Trouble with SFML
« on: June 14, 2013, 05:37:58 am »
Okay I re-did the tutorial but I only have one error I don't understand:



Error   2   error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?   c:\users\gigatron\documents\visual studio 2012\projects\sfml app1\sfml app1\winmain.cpp   25   1   sfml app1


3
General / Having Trouble with SFML
« on: June 14, 2013, 01:00:09 am »
Hi everyone I'm new here and I'm having some trouble setting up SFML 2.0 in Visual Studio 2012 Desktop.
I have these errors after trying to write the sample app:

Warning   1   warning C4627: '#include <SFML/Graphics.hpp>': skipped when looking for precompiled header use   c:\users\gigatron\documents\visual studio 2012\projects\sfml basics_1\sfml basics_1\main.cpp   1   1   SFML BASICS_1



Error   2   error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?   c:\users\gigatron\documents\visual studio 2012\projects\sfml basics_1\sfml basics_1\main.cpp   25   1   SFML BASICS_1





   3   IntelliSense: command-line error: invalid macro definition: SFML-STATIC   c:\Users\GigaTron\Documents\Visual Studio 2012\Projects\SFML BASICS_1\SFML BASICS_1\Main.cpp   1   1   SFML BASICS_1



I am pretty much new to C++ so please give as much details for this noob!

Pages: [1]
anything