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

Author Topic: MVStudio Release 64 bit RenderWindow issue  (Read 2022 times)

0 Members and 1 Guest are viewing this topic.

y4k

  • Newbie
  • *
  • Posts: 2
    • View Profile
MVStudio Release 64 bit RenderWindow issue
« on: April 02, 2021, 05:36:37 pm »
Hello.
So problem with Release 64-bit version on Microsoft Visual Studio. Release 32bit and Debug 64bit and 32bit works perfectly.
This is my piece of code and where I stuck:
std::cout << "Phase 1" << std::endl;
RenderWindow window(VideoMode(200, 200), "SFML works!");
std::cout << "Phase 2" << std::endl;
Compiler Output without window initialization:
Phase 1
I dont have such a problem on my second win64 workstation. Can somebody help me?
« Last Edit: April 03, 2021, 09:10:05 pm by y4k »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: MVStudio Release 64 bit RenderWindow issue
« Reply #1 on: April 28, 2021, 09:36:14 am »
So do you get an error message? A crash?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

y4k

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: MVStudio Release 64 bit RenderWindow issue
« Reply #2 on: April 30, 2021, 07:20:10 pm »
No error messages, sfml wont initialized. But now its working, after Win10 recent updates.

 

anything