language property richview 11.02 in delphi 2009

General TRichView support forum. Please post your questions here
Post Reply
erikvdw
Posts: 40
Joined: Tue Feb 28, 2006 8:27 am

language property richview 11.02 in delphi 2009

Post by erikvdw »

If we enable the language property by editing RV_Defs.inc {$DEFINE RVLANGUAGEPROPERTY} the richviewactionsd2009.bpl will not install anymore. Entrypoint procedure not found in RVPkgD2009.bpl
Sergey Tkachenko
Site Admin
Posts: 17499
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Recompile the RichViewActions package.
erikvdw
Posts: 40
Joined: Tue Feb 28, 2006 8:27 am

rebuilding

Post by erikvdw »

I have first uninstall packages rvpkgd2009, rvdbpkgD2009 and richviewactionsd2009.
Then rebuild all the 3 packages
Install packages. The richviewactionsd2009 gives error about entrypoint.
Then uninstall the packages, close delphi 2009. Delete packages cache in registry of windows.
Start Delphi 2009 and rebuild and install the packages. Still same error
Sergey Tkachenko
Site Admin
Posts: 17499
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Probably you have copies of compiled packages (*.bpl and *.dcp) in some other directories, and Delphi tries to use them...
erikvdw
Posts: 40
Joined: Tue Feb 28, 2006 8:27 am

d2006 vs d2009

Post by erikvdw »

With D2006 it works fine. D2009 problem still exitsts
Sergey Tkachenko
Site Admin
Posts: 17499
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

The only possible reason of "entry point" error is mismatched versions of (compiled) packages.
erikvdw
Posts: 40
Joined: Tue Feb 28, 2006 8:27 am

clean install

Post by erikvdw »

I have remove everthing. Registry items, D2006, richview and richview actions. Remove component, .bpl, .dcp and still get the error.
All package are in the same directory.
If language property is set than richviewactions will not install
Sergey Tkachenko
Site Admin
Posts: 17499
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I am sorry, I cannot reproduce this problem. When I enable this property and recompile RVPkgD2009.dproj, all other packages (including RichViewActions) requiring this package show error message about entry points or like this. It is expected. After recompiling these packages, the error is gone.
erikvdw
Posts: 40
Joined: Tue Feb 28, 2006 8:27 am

fixed

Post by erikvdw »

In Delphi 2009 by Tools | Options | Environment options | Delphi Options | Library - Win32 there was an wrong directory added.
Removing this item fixed the problem
Post Reply