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

Pages: [1]
1
General / Re: MVStudio Release 64 bit RenderWindow issue
« on: April 30, 2021, 07:20:10 pm »
No error messages, sfml wont initialized. But now its working, after Win10 recent updates.

2
General / 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?

Pages: [1]