Word Count – EmEditor (Text Editor) https://www.emeditor.com Best Text Editor, Code Editor, CSV Editor, Large File Viewer for Windows (Free versions available) Sun, 09 Nov 2014 04:17:20 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.5 Word count compile problem https://www.emeditor.com/forums/topic/word-count-compile-problem/ Sun, 09 Nov 2014 04:14:49 +0000 https://www.emeditor.com/forums/topic/word-count-compile-problem/ Hello: I am using vs2013 and without making any changes on the plugin download I get the error pasted below
also, I did a solution wide search for OnEvents and found the code blocks below:
Error 7 error C2660: ‘CMyFrame::OnEvents’ : function does not take 3 arguments d:\p\projects\emeditor_plugin\wordcount500s\etlframe.h 149 1 WordCount
// from etlframe.h
void OnEvents( HWND hwndView, UINT nEvent, LPARAM lParam ) // three arguments
{
T* pT = static_cast<T*>(this);
pT->OnEvents( hwndView, nEvent, lParam );
}

// from wordcount.h
void OnEvents( HWND hwndView, UINT nEvent ) // two arguments
{
if( nEvent & EVENT_SEL_CHANGED ){
Editor_UpdateToolbar( hwndView, EEGetCmdID() );
}

As you can see one definition has three arguments and the other has two. Is this the cause of my compile failure?

]]>
Word Count – Custom Bar Position : Bottom https://www.emeditor.com/forums/topic/word-count-custom-bar-position-bottom/ Thu, 06 Nov 2014 12:56:57 +0000 https://www.emeditor.com/forums/topic/word-count-custom-bar-position-bottom/ Hi!
Can you please verify and probably fix a misbehaviour with Word Count plug-in? If I try to change its Custom Bar Position to Bottom, all I get is an empty window with a Refresh Auto box and Refresh Now and Customize buttons at the bottom. The other three custom bar positions (Left, Right, and Top) are working properly. (v. 14.6 on Win 7 / 8.1)
Kind regards

]]>