Page 1 of 1

v18.6 will not install Addict parser

Posted: Mon Nov 30, 2020 7:50 am
by EricNat
Hi,

I am trying to install 18.6 into 10.4 Sydney. It keeps skipping the Addict parser. I have already installed Addict 4 and I set it to "explicit rebuild" before building and installing. I have checked for duplicate BPL files. The only BPL is in:

C:\Users\Public\Documents\Embarcadero\Studio\21.0\Bpl\addict4_d27.bpl

Can you tell me specifically what TRichView is looking for to know to install the Addict parser instead of skipping it? Or any ideas on what may be causing the issue?

Thank you!

Re: v18.6 will not install Addict parser

Posted: Mon Nov 30, 2020 9:06 am
by Sergey Tkachenko
Is the Addict package named "addict4_d27"?

Open <TRichView Dir>\ThirdParty\Addict\Source\Addict3_RichView_D10_4.dpk in Delphi and try to compile it.
What errors does it show?
(you can use Ctrl+A and Ctrl+C to select and copy items in the message window)

Re: v18.6 will not install Addict parser

Posted: Mon Nov 30, 2020 3:41 pm
by EricNat
Hi,

Yes, addict4_d27 is the package name.

When I tried to compile the package you mentioned, it showed:

[dcc32 Fatal Error] ad3RichViewFast.pas(27): F1026 File not found: 'addict3.inc'

I then added the Addict source path to the Delphi Library path in Tools | Options and then it built properly. After that, I tried the install again and it worked!

Building that package allowed me to identify the issue. Thanks very much for the help!

Eric