Help Exchange Advance Error

02/25/2016 08:53 .HeyEyay.#1
Hello epvp, Help me about this error when I'm trying to add this __EXCHANGE_ADV on my source&nbsp;<div><br></div><div>here's the error:</div><div>
</div><div><span style="font-size: 10pt;">http://prntscr.com/a7nmy1</span></div>
02/28/2016 09:13 Ecrypter#2
add this m_wndScrollBar in the WndControl.h so the error you've got will declaired.

try to read the error. where they need to declaired.
02/28/2016 20:14 .HeyEyay.#3
Already on WndControl.h but still Get that error

Error Fixed :

From
Code:

protected:
    CPtrArray m_listItemArray;
    LPLISTITEM m_pFocusItem;
    int           m_nCurSelect  ;
    DWORD         m_nWndColor   ;
    LISTITEM      m_listItem    ;
       [COLOR=#ff0000] CWndScrollBar m_wndScrollBar;[/COLOR]
public:
    
    DWORD         m_nFontColor  ; 
    DWORD         m_nSelectColor;
TO:


Code:

protected:
    CPtrArray m_listItemArray;
    LPLISTITEM m_pFocusItem;
    int           m_nCurSelect  ;
    DWORD         m_nWndColor   ;
    LISTITEM      m_listItem    ;
public:
    [COLOR=#ff0000]CWndScrollBar m_wndScrollBar;[/COLOR]
    DWORD         m_nFontColor  ; 
    DWORD         m_nSelectColor;
Quote:
Originally Posted by Ecrypter View Post
add this m_wndScrollBar in the WndControl.h so the error you've got will declaired.

try to read the error. where they need to declaired.
Btw this is my New Error,


Code:
        \Official Source\_Common\ExchangeAdv.cpp(192): error C2039: 'GetItemCount' : is not a member of 'CItemContainer<T>'        with
        [
            T=CItemElem
        ]
03/02/2016 07:34 Ecrypter#4
Wrong part, thats why you encounter an error.