I am currently developing a software which uses irrlicht library.
I want to use the GUIEditor to design menus, but I am not able to import the file that the GUIEditor exported in my project.
Here is the way I proceeded :
gui->loadGUI("xml_file");
But it doesn't seem to work. My menus are not shown in my view.
Have you any solution ? Thank you.