Hey,
Could you help me out with this error:
c:\Users\MICHAEL\Desktop\blessed\Blessed Source\Official Source\_Interface\WndManager.h(518): error C2143: syntax error : missing ';' before '*'
c:\Users\MICHAEL\Desktop\blessed\Blessed Source\Official Source\_Interface\WndManager.h(518): error C2501: 'CWndMgr::CWndJobChangeEx' : missing storage-class or type specifiers
c:\Users\MICHAEL\Desktop\blessed\Blessed Source\Official Source\_Interface\WndManager.h(518): error C2501: 'CWndMgr::m_pJobChangeEx' : missing storage-class or type specifiers
This is how it's coded in the WndManager.h:
CWndReSkillWarning* m_pWndReSkillWarning;
CWndJobChangeEx* m_pJobChangeEx;
CWndFontEdit* m_pWndFontEdit;
Please tell me what is wrong about this code? Since I don't see why it should be missing ;
Thanks.






