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

Pages: [1]
1
Window / Weird errors when I render a window
« on: July 16, 2017, 10:07:03 pm »
I keep having these errors when ever I render a new window (see attachment). I have an extremely simple code:
#include <SFML\Graphics.hpp>

int main()
{
        sf::RenderWindow window(sf::VideoMode(200, 200), "Application");
}
 

I hope I can solve this problem!  :)

2
Graphics / cannot open file 'smfl-main.lib
« on: July 16, 2017, 05:41:29 pm »
I followed a video () and I read the tutorial and got this several times: "1>LINK : fatal error LNK1104: cannot open file 'smfl-main.lib" Anyone has the same problem? Anyone who had this problem and fixed it?

Pages: [1]