Page 1 of 1
problem compiling rvActions with Addict3 spellcheck
Posted: Tue Sep 05, 2006 8:57 am
by jstickle
I have purchased and downloaded Addict3 spellchecker - when trying to compile RichViewActions I get the following error:
[Pascal Fatal Error] RichViewActions.pas(175): F1026 File not found: 'ad3RichViewCmpnts.dcu'
Can anyone suggest a solution
many thanks
John
Posted: Tue Sep 05, 2006 5:00 pm
by Sergey Tkachenko
Before compiling RichViewActions, install TRichView parser for Addict3:
http://www.trichview.com/resources/adrv3/adrv3.zip
Posted: Wed Sep 06, 2006 12:54 pm
by jstickle
Sergey,
thanks for the reply - I now get a bit further in that I can compile the run time package for RVactions. I cannot however install the package RVActionsD9.bpl I get the following error message:
'The procedure entry point @TrvAcctionAddictThesaurus3@ could not be located in the dynamic link library rvActionsRunD9.bpl'
I have no idea what is causing this problem - any help greatly appreciated
Thanks
John
Posted: Wed Sep 06, 2006 5:13 pm
by Sergey Tkachenko
I think you have 2 different copies of compiled rvActionsRunD9 package (rvActionsRunD9.bpl) in different directories (one compiled with Addict3 support and one without it), and Delphi tries to use a wrong copy.
Posted: Mon Sep 11, 2006 8:59 am
by jstickle
Sergey,
Thanks for your continuing help I did have 2 different copies and once they were sorted out it compiled.
All the components are installed - however when I try and the demo package (from addict) I get the following error message:
'Cannot load package 'addict3_d10.' It contains unit 'ad3Maindictionary,' which is also contained in package 'rvActionsRunD9'. Ignore the error and continue? NOTE: Ignoring the error may cause components to be deleted or property values to be lost.'
I have checked the installed packages and the components seem to be in the correct packages. If I try and load any of the addict components onto a page I get the same error message.
your help would be greatly appreciated.
John