Problem with SpellChecker Sample

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Problem with SpellChecker Sample

#1 Post by rdonnay »

This was sent as a private email. I am posting it on this forum.

I tried to run your activex sample for spell checker. I got the following error. I do have the word app on my system and the spellchecker appears to work in it.

Code: Select all

 ERROR LOG of "C:\EXP19\Samples\Activex\SPELLCHK.EXE" Date: 02/17/2010 06:44:17
Xbase++ version     : Xbase++ (R) Version 1.90.331
Operating system    : Windows XP 05.01 Build 02600 Service Pack 2
------------------------------------------------------------------------------
oError:args         :
          -> VALTYPE: C VALUE: Dictionary
oError:canDefault   : Y
oError:canRetry     : N
oError:canSubstitute: Y
oError:cargo        : NIL
oError:description  : Unknown name.
Object has no member with this name
oError:filename     : NIL
oError:genCode      : NIL
oError:operation    : Dictionary
oError:osCode       :          -2147352570
oError:severity     :          2
oError:subCode      :       6500
oError:subSystem    : Automation
The eXpress train is coming - and it has more cars.

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Problem with SpellChecker Sample

#2 Post by rdonnay »

I must have been messing around with it some time in the past and left some debugging in SPELLCHK.PRG.

Remove the following at line 359:

Code: Select all

dcbdebug ::oWord:Dictionary
The eXpress train is coming - and it has more cars.

Post Reply