I tried to compile the v16 skill window but i got so many errors and i tried
do everything but still did not work
Erros :
StdAfx.cpp
..\_Interface\WndSkillInventory.h(15) : error C2504: 'CWndNeuz' : base class undefined
..\_Interface\WndSkillInventory.h(17) : error C2501: 'CWndSkillInventory::CWndText' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(17) : error C2501: 'CWndSkillInventory::m_pText' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(23) : error C2501: 'CWndSkillInventory::CWndButton' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(23) : error C2501: 'CWndSkillInventory::m_pWndTabButton' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(24) : error C2501: 'CWndSkillInventory::CWndButton' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(24) : error C2501: 'CWndSkillInventory::m_pWndButton' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(25) : error C2501: 'CWndSkillInventory::CWndStatic' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(25) : error C2501: 'CWndSkillInventory::WndCurrentSkillPoints' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(26) : error C2501: 'CWndSkillInventory::CWndStatic' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(26) : error C2501: 'CWndSkillInventory::WndCurrentSkillPointsCost' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(27) : error C2501: 'CWndSkillInventory::CWndStatic' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(27) : error C2501: 'CWndSkillInventory::WndJobTitle' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(28) : error C2501: 'CWndSkillInventory::CWndStatic' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(28) : error C2501: 'CWndSkillInventory::WndTabTitle' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(29) : error C2501: 'CWndSkillInventory::CWndButton' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(29) : error C2501: 'CWndSkillInventory::m_pWndButtonPlus' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(30) : error C2501: 'CWndSkillInventory::CWndButton' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(30) : error C2501: 'CWndSkillInventory::m_pWndButtonMinus' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(75) : error C2501: 'CWndSkillInventory::LPWNDCTRL' : missing storage-class or type specifiers
..\_Interface\WndSkillInventory.h(75) : error C2501: 'CWndSkillInventory::lpWndSkillPanel' : missing storage-class or type specifiers
Thank you (:

