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

#1
Hello!

I've been trying for the last 2 days to make TGUI work, but It seems to crash whenever I try to create() a widget using a theme "selector".

This doesn't crash, and it throws no exception. I checked that the file exists and is accesible.
tgui::Theme::Ptr theme = tgui::Theme::create("../Black.txt");


This however crashes, but throws no exception at all.
tgui::MenuBar::Ptr menu = theme->load("MenuBar");

Even the FullExample.cpp won't compile.

Is there something I'm missing?