The method (DWORD CWndComboBox :: GetSelectedItemData) is inside #ifdef __IMPROVE_MAP_SYSTEM, however other sources did not need to put on header file. Can I use the GetCurSel method in this case?
Line with error:
Code:
DWORD dwJob = m_pComboJob->GetSelectedItemData();
DWORD dwFilter = m_pComboKind->GetSelectedItemData();
header file:
Code:
class CWndWiki : public CWndNeuz
{
private:
CWndWikiCreate *m_pCreate;
vector<ItemProp*> m_vecItems;
CWndListBox *m_pListItems;
CWndComboBox *m_pComboKind;
CWndComboBox *m_pComboJob;