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.


Topics - Maikibu

Pages: [1]
1
Window / Window not showing anymore
« on: October 25, 2020, 02:09:51 am »
My window won't appear anymore. It used to work, I could already see and move around sprites, but for no apparent reason now my program won't get past the very first line:


int main()
{
    g_window = new sf::RenderWindow(sf::VideoMode(1080, 720), "MyGame");
    // ...never reaches here


If I put code before that line with a breakpoint, it works. But as soon as it reaches that line, it's like an infinite loop... And the window never appears.

Pages: [1]
anything