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 - Bob man

Pages: [1]
1
Graphics / Re: SFML can not open window.hpp
« on: May 20, 2021, 10:27:26 pm »
I tried it but it didn't help its more about it not finding the window.hpp in graphics.hpp

2
Graphics / I downloaded 2.5.1 32 bit
« on: May 20, 2021, 07:49:29 pm »
as for the code all I have is
#include <iostream>
#include "..\External\include\SFML\Graphics.hpp"
#include "..\External\include\SFML\System.hpp"
#include "..\External\include\SFML\Audio.hpp"
#include "..\External\include\SFML\Network.hpp"
#include "\External\include\SFML\Window.hpp"
using namespace std;
int main()
{
    cout << "Hello World!\n";
}
 
I am using windows 10. Installed it through sfml. I added dependencies for c/c++ general, dependencies for input and general

3
Graphics / SOLVED SFML can not open window.hpp
« on: May 20, 2021, 07:03:10 pm »
I keep getting a error message I don't know what is the problem. The error message is "1>C:\Users\user\source\repos\Sfml\External\include\SFML\Graphics.hpp(6,10): fatal error C1083: Cannot open include file: 'SFML/Window.hpp': No such file or directory"

Please help

Pages: [1]
anything