I have on my berlin DevExpress 2016.1.4 and last RVE and I can't install RVDXSpell due to this error:
Can't install RVDXSpell
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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.
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.