v18.6 will not install Addict parser

General TRichView support forum. Please post your questions here
Post Reply
EricNat
Posts: 11
Joined: Mon Feb 17, 2014 7:43 pm

v18.6 will not install Addict parser

Post 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!
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: v18.6 will not install Addict parser

Post 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)
EricNat
Posts: 11
Joined: Mon Feb 17, 2014 7:43 pm

Re: v18.6 will not install Addict parser

Post 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
Post Reply