Page 1 of 1
Can't install RVDXSpell
Posted: Fri Oct 28, 2016 4:32 pm
by max.beliy
I have on my berlin DevExpress 2016.1.4 and last RVE and I can't install RVDXSpell due to this error:
Posted: Fri Oct 28, 2016 4:33 pm
by max.beliy
RvDxSpell my custom package for RVDXSpell
Posted: Fri Oct 28, 2016 5:24 pm
by Sergey Tkachenko
You did not include dxSpellCheckerRS24.dcp in "requires" of your package, so, when Delphi compiled it, it included all ExpressSpellChecker units in your package implicitly (you should see it in compiler warnings)
The solution is uninstalling your package, reinstalling DevExpress VCL, then adding dxSpellCheckerRS24 to "requires" of your package and compiling it.
BUT
The newest installation of TRichView (16.10) includes TRichView parser for ExpressSpellChecker (as well as parsers for HunSpell, ASpell, Addict, Polar spell checkers), so you do not need to install it separately any more.
Posted: Fri Oct 28, 2016 5:58 pm
by max.beliy
Thanks, now works!