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

Messages - alexsey

#1
I found a solution, my bad
#2
after i linked Tgui i tried start a test project, but i got an exseption in row  gui.add(picture);
piece of cod:
auto picture = tgui::Picture::create("start_button.png");
   picture->setSize({ "100%", "100%" });
   gui.add(picture);


An unhandled exception occurred at 0x00007FF9B35E8E6C в Test_TGUI.exe: exseption Microsoft C++: std::bad_array_new_length to memory address 0x00000090CDACCC00.,