When I click Edit/Spell check or press CTRL+K, a msgbox like this appears
---------------------------
Spell Checker
---------------------------
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
I thought it could be that aspell6.dll needs to be registered, so opened a cmd window in
C:\Program Files\IDM Computer Solutions\UltraEdit-32\GNU\aspell\bin
and typed regsvr32 aspell6.dll - as a result this msgbox appeared
---------------------------
RegSvr32
---------------------------
LoadLibrary("aspell6.dll") failed - This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
In Configuration / Spell checker / Dictionary - both 'Dictionary' and 'Added words' boxes are completely empty.
The [SpellChecker] section of my .ini looks like this
I see there's nothing next to Dictionary= , tried to manually edit that line(in Notepad, with UE closed) like Dictionary=en , Dictionary=en-US , Dictionary=en-common (as en-common.rws is the largest file in C:\Program Files\IDM Computer Solutions\UltraEdit-32\GNU\aspell\dict\ folder) , but nothing happens - when UE starts, it deletes what I added and makes the line again just Dictionary= . It seems UE can't find any dictionary file
Any suggestion how to fix this ?
Thanks
---------------------------
Spell Checker
---------------------------
This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
I thought it could be that aspell6.dll needs to be registered, so opened a cmd window in
C:\Program Files\IDM Computer Solutions\UltraEdit-32\GNU\aspell\bin
and typed regsvr32 aspell6.dll - as a result this msgbox appeared
---------------------------
RegSvr32
---------------------------
LoadLibrary("aspell6.dll") failed - This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
In Configuration / Spell checker / Dictionary - both 'Dictionary' and 'Added words' boxes are completely empty.
The [SpellChecker] section of my .ini looks like this
Code: Select all
[SpellChecker]
Accents=0
AllCaps=0
Capitalized=0
Case=0
DataDictDir=C:\Program Files\IDM Computer Solutions\UltraEdit-32
Dictionary=
Encoding=iso8859-1
Filter=-1
HomeDir=C:\Documents and Settings\Administrator\Application Data\IDMComp\UltraEdit\
Ignore=0
SpellAsYouType=0
SuggestionMode=normal
SuggestionsMaxCount=-1
SuggestionsOnRightClick=0
SuggestionsOnRightClickCtrl=0
UseFilter=0
WordWithMixedCase=0
WordWithNumbers=0
Any suggestion how to fix this ?
Thanks