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

Pages: [1]
1
Window / Failing to render anything
« on: May 31, 2024, 06:56:27 pm »
Hello, I've been trying to make a SFML project and succeeded, however when trying to link a DLL to my project I stumbled upon a roadblock. Now trying to render ANYTHING somehow fails and I can't figure out why's that. Everything is linked correctly however SFML is acting in a VERY weird way.
Even the simplest:

this->m_window->clear();

Somehow fails. After a few seconds I get an exception:

Quote
Exception thrown at 0x00007FF95FA82A47 (igxelpicd64.dll) in MAIN.exe: 0xC0000005: Access violation writing location

Pls help.  :-\

Pages: [1]