Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4041
    pls
    Member

    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,
    ++PLS

    #4042
    Yutaka Emura
    Keymaster

    I 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!

    #4055
    pls
    Member

    Thanks 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,
    ++PLS

    #4056
    Yutaka Emura
    Keymaster

    First 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.

    #4058
    pls
    Member

    I will upgrade and try it again.

    ++PLS

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.