Main Menu
Menu

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.

Show posts Menu

Topics - RotateMe

#1
Hi,

this might be more of a problem with SFML 2.1, but I didn't have problems when using it without any other libraries, so maybe someone here can help me:

I followed the installation tutorial, copied all resource files to where they should be (I get no error messages when loading the files) and just tried to run the example code from https://tgui.eu/example-code/v06/, but still I get a "First-chance exception" in "sfml-graphics-d-2.dll" in the line "gui.handleEvent(event);".

I am very new to C++ and have no idea how to find a way to understand what is causing this exception, since obviously I cannot jump into the code of SFML or TGUI.

Thanks in advance!