Can not create a StaticImage?
Posted: Fri Dec 15, 2006 14:49
Hi all
I use this code to get StaticImage from WindowManager:
But the compiler said:
What's the problem? Or I missing some header files?
Thank u
I use this code to get StaticImage from WindowManager:
Code: Select all
m_avatar01StaticImage = (CEGUI::StaticImage*)wndMgr.getWindow("Root/PlayWindow/Avatar01SImage");
But the compiler said:
Code: Select all
1>d:\study\visual studio 2005\projects\carol\carol\src\playwindow.cpp(12) : error C2039: 'StaticImage' : is not a member of 'CEGUI'
What's the problem? Or I missing some header files?
Thank u