SFML community forums

Help => Graphics => Topic started by: MP on October 13, 2020, 08:48:55 pm

Title: using sf::Texture in a class, and my window won't open (Windows)
Post by: MP on October 13, 2020, 08:48:55 pm
Hi!

I'm currently doing a personal project using SFML and my window won't open.

The code I'm using works on my linux vm but not on my windows machine.

Code header:
(click to show/hide)

Code c++ file:
(click to show/hide)



Build info:
(click to show/hide)

Error after building:
(click to show/hide)

I know the sf::Texture causes this because I've removed it and the window opens.
Title: Re: using sf::Texture in a class, and my window won't open (Windows)
Post by: MP on October 13, 2020, 09:58:56 pm
Don't respond to this post, I figured out the issue so no need to post here