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 - PetruZ

Pages: [1]
1
General / Re: Cannot open included file. Newbie problem!
« on: June 07, 2013, 10:22:25 pm »
Thanks for your help. I found my mistake. When creating the main file, I named it main.cpp instead of just main which made it not work. Fixed and it works now, thank you :)

2
General / Re: Cannot open included file. Newbie problem!
« on: June 07, 2013, 04:03:34 pm »
I have read it several times, I have entered every directory properly etc. If I do #include <SFML/ >, it even gives me the option to choose "Graphics.hpp" but still it won't compile and gives me the error.

3
General / Cannot open included file. Newbie problem!
« on: June 07, 2013, 03:47:18 pm »
Hi, I just finished setting up SFML on Visual c++ 2010. I used the simple code that is included on SFML's tutorial page and I get an error saying:

fatal error C1083: Cannot open include file: 'SFML/Graphics.hpp': No such file or directory

I have no idea what the problem is, I've searched to find an answer without success. What am I doing wrong?

Pages: [1]
anything