Taskbar

11/14/2013 14:38 emo02#1
Missing storage but on my resdata.h i define this
#define APP_NEWSKILLSLOT 2029
#define APP_NEWTASKBAR02 2030
#define APP_NEWTASKBAR03 2031
#define APP_NEWTASKBAR04 2032
#define APP_NEWTASKBAR

also in my versioncommon neuz , databaserver , worldserver.

i just missing something ,can be anyone tell me what i miss?



..\_Interface\WndManager.h(664) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndManager.h(664) : error C2501: 'CWndMgr::CWndTaskBar_HUD' : missing storage-class or type specifiers
..\_Interface\WndManager.h(664) : error C2501: 'CWndMgr::m_pWndTaskBar_HUD' : missing storage-class or type specifiers
..\_Interface\WndManager.h(665) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndManager.h(665) : error C2501: 'CWndMgr::CWndTaskBar_HUD_EX1' : missing storage-class or type specifiers
..\_Interface\WndManager.h(665) : error C2501: 'CWndMgr::m_pWndTaskBar_HUD_EX1' : missing storage-class or type specifiers
..\_Interface\WndManager.h(666) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndManager.h(666) : error C2501: 'CWndMgr::CWndTaskBar_HUD_EX2' : missing storage-class or type specifiers
..\_Interface\WndManager.h(666) : error C2501: 'CWndMgr::m_pWndTaskBar_HUD_EX2' : missing storage-class or type specifiers
..\_Interface\WndManager.h(667) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndManager.h(667) : error C2501: 'CWndMgr::CWndTaskBar_HUD_EX3' : missing storage-class or type specifiers
..\_Interface\WndManager.h(667) : error C2501: 'CWndMgr::m_pWndTaskBar_HUD_EX3' : missing storage-class or type specifiers
..\_Interface\WndManager.h(668) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndManager.h(668) : error C2501: 'CWndMgr::CWndTaskBar_HUD_SLIDE' : missing storage-class or type specifiers
..\_Interface\WndManager.h(668) : error C2501: 'CWndMgr::m_pWndTaskBar_HUD_SLIDE' : missing storage-class or type specifiers

also in my resdata.inc ill put the respective resdata
11/14/2013 22:11 Velmore#2
please read the error before you open a thread.
11/14/2013 23:47 Rhyder'#3
it says missing storage class so it means that you forget to get the class maybe at wndtaskbar.cpp/.h
11/15/2013 05:58 emo02#4
#closerequest

Fixed it works now.