- AuthorPosts
- December 6, 2006 at 1:00 am #4041plsMember
I just downloaded plugin.h and etlframe.h and the autocomplete500s source and tried to compile autocomplete. I’ve made the fixes to autocomplete.h that are mentioned earlier in this thread.
Now I’m getting this error:
c:ProjectEmeditetlframe.h(234): error C2039: ‘PreTranslateMessage’ : is not a member of ‘CMyFrame’What’s the fix for this one?
Thanks,
++PLSDecember 6, 2006 at 1:29 am #4042Yutaka EmuraKeymasterI now updated the source code in the library
http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=6&lid=99
to include newer plug-in.h and etlframe.h files. Thanks!December 14, 2006 at 1:10 am #4055plsMemberThanks for the update.
I just downloaded the new source, compiled it with VS2005 and installed the plugin. When I start the editor the plugin crashes on an assertion failure at etlframe.h line 331.
I have emedit version 5.0, so I think this is not supposed to happen. What do I need to fix?
Thanks,
++PLSDecember 14, 2006 at 1:17 am #4056Yutaka EmuraKeymasterFirst of all, why do you still use EmEditor 5? You should use the latest version of EmEditor.
That assertion at line 331 is ASSERT_STRICT, and happens only when used with v5. You can disable this assertion by undefining TEXT_V5 from your product settings.
December 14, 2006 at 10:20 pm #4058plsMemberI will upgrade and try it again.
++PLS
- AuthorPosts
- You must be logged in to reply to this topic.