[Fatal Error] Required package 'RXBDE5' not found
From: Geoffrey Jenkins (geoffrey.jenkins_at_statesoft.co.nz)
Date: 10/31/04
- Previous message: Evil miniFAQ Boss: "FAQ: comp.lang.pascal.delphi.misc miniFAQ (short version)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Oct 2004 23:42:31 -0700
With reference to thread "Required package 'RXBDE5' not found -- where is it?"
of 12-19 Aug 2003
HERE IS THE FIX
I am a newby too. This is the Workaround. This error is caused because the
author was using RXBDE5 in his Delphi Component library at the time he
uploaded the project.
RXBDE5 is NOT required. I am using Delphi 7, here's what I did to get running.
Unzip wrdspell.zip into an empty folder under Projects\
Delete "prWordSpellCheck.cfg" and "prWordSpellCheck.dof"
Open the project file "prWordSpellCheck.dpr" with Delphi. The project appears.
Select "Remove From Project" on the "Project" menu.
Select "Office_TLB" and click OK then Yes - I don't know what this is but it
has to go.
To get around "[Error] Unit1.pas(41): Undeclared identifier: 'EmptyParam'",
add "Variants" to the end of the uses clause in Unit1.
Finally, because the newer "WordDoc.ConnectTo" declaration now takes four
parameters, I had to add a couple more "EmptyParam" parameters to the calls
to avoid "[Error] Unit1.pas(41): Not enough actual parameters"
Enjoy.
- Previous message: Evil miniFAQ Boss: "FAQ: comp.lang.pascal.delphi.misc miniFAQ (short version)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]