Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: using sf::Texture in a class, and my window won't open (Windows)  (Read 994 times)

0 Members and 1 Guest are viewing this topic.

MP

  • Newbie
  • *
  • Posts: 2
    • View Profile
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.
« Last Edit: October 13, 2020, 08:53:32 pm by MP »

MP

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: using sf::Texture in a class, and my window won't open (Windows)
« Reply #1 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

 

anything