Spellcheck Not implemented error

  • Hello,

    I am using TextDynamic OCX version 1.5 (WPTextDLL01.dll version 1.97.1) in a Visual Foxpro application. When attempting to add a dictionary with addfromfile I get an OLE error code 0x80004001: Not implemented. This only happens when running a compiled instance of the application. When running in development mode, the spellcheck functions properly with the red squiggly lines below misspelled words.

    .SetEditorMode(0,1+4+8,4+8+64,0) is called prior to attempting to load the dictionary to activate spellcheck. Is there some other step I need to take prior to loading the dictionary?

    Attempting to use GETINTERFACE() to access IWPSpell generates the same error.

    Thanks in advance for any assistance.

    Dan