Hi guys!
I have a interesting problem wich I werent able to solve.
Well on creation of any kind of a sf::Window (so sf::Window or sf::RenderWindow) I get an unhandled exception for a special section of the file "mlock.c".
A code to reproduce the error is simple:
#include <SFML/Graphics.hpp>
int main()
{
sf::RenderWindow;
}
Please ask for more information you might need, I don't know, this error is curious.
Thanks
Edit: Forgot to mention, there are no errors when i build it and run the .exe myself