- AuthorPosts
- November 7, 2006 at 6:30 pm #3980shepikMember
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?
November 7, 2006 at 10:16 pm #3981Yutaka EmuraKeymasterSometimes, 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 )
- AuthorPosts
- You must be logged in to reply to this topic.