I have searched for hours and with everything I found out this should work:
Code: Select all
CEGUI::Imageset* imgset = CEGUI::ImagesetManager::getSingleton().getImageset((CEGUI::utf8*)"clock_numbers");But it does not. I always get this error:
Code: Select all
'class CEGUI::ImagesetManager' has no member named 'getImageset'I opened the header file for the ImagesetManager and there is indeed no method 'getImageset', but all the documentation or posts in other forums use this to get the images.
greetings
