I'm a newbie to this library. I'm trying to build a small dictionary project using some widgets from the library. I'm trying to load themes into my widgets. The theme file is one of the .txt files that I copy from this forum.
First I met the exception at memory location when loading theme from the file. Then when I came across a topic about the exactly the same problem, I got that there are 2 ways that I can do that: putting the theme file in the same folder as .exe file / using the absolute path. Although I tried both ways, I still met the same error: "Unhandled exception at 0x00007FFA9E844B2C in Project1.exe: Microsoft C++ exception: tgui::Exception at memory location 0x00000023777DB708."
The absolute path is : "C:\Users\84903\OneDrive\Desktop\theme.txt"
Could you help me to solve this? Thank you so much!
First I met the exception at memory location when loading theme from the file. Then when I came across a topic about the exactly the same problem, I got that there are 2 ways that I can do that: putting the theme file in the same folder as .exe file / using the absolute path. Although I tried both ways, I still met the same error: "Unhandled exception at 0x00007FFA9E844B2C in Project1.exe: Microsoft C++ exception: tgui::Exception at memory location 0x00000023777DB708."
The absolute path is : "C:\Users\84903\OneDrive\Desktop\theme.txt"
Could you help me to solve this? Thank you so much!