Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3980
    shepik
    Member

    d:vsprojautocompleteetlframe.h(124) : error C2660: ‘CMyFrame::OnEvents’ : function does not take 3 arguments
    d:vsprojautocompleteetlframe.h(122) : while compiling class template member function ‘void CETLFrame::OnEvents(HWND,UINT,LPARAM)’

    First time i used VS2003, then I installed VS2005, so the problem seems to be in code.

    And header files, I took them both from help file and from source OutlineText plugin (i discovered that they are bundled with it)

    can somebody help, what am I doing wrong?

    #3981
    Yutaka Emura
    Keymaster

    Sometimes, etlframe updates break some old code.
    Try adjusting the parameters so they will match the newer version of etlframe.h. I will try to update all source code when I have a time.

    In this case,

    OnEvents in AutoComplete.h should be:

    void OnEvents( HWND hwndView, UINT nEvent, LPARAM )

    Also, change SetUninstall to

    BOOL SetUninstall( HWND hDlg, LPTSTR, LPTSTR )
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.