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

Pages: [1]
1
Hi, I'm kinda new to SFML, so sorry if this is a dumb question
So, my problem is:

using namespace std;
using namespace sf;

int main()
{
    Window window(VideoMode(800, 600), "Help me please!");
    while(window.isOpen())
        window.display();
    return 0;
}

This code makes a single flash with window, and returns
Error during pretty printers setup: Undefined info command: "pretty-printer".  Try "help info".

Some features and performance optimizations will not be available.

"path"

Process finished with exit code 1

 in debug and
Process finished with exit code -1073741515 (0xC0000135) in release.
SFML 2.5.1, CLion

Pages: [1]