Page 1 of 1

Error message on new installation of teechart pro

Posted: Mon Dec 15, 2003 4:09 pm
by 4207548
Hello,

One of my colleagues is getting the following error message when he's
opening Delphi:

Registration procedure, Teechartpro.register in package C:\program
files\teechart pro v503 for Delphi 7\Delphi7\bin\dcltep57.bpl raised
exception class Exception: Invalid action registration.

The installation and registration seemed to go fine but the above message
appears whenever he opens Delphi.

Any ideas?

Regards Giles.

Posted: Tue Dec 16, 2003 7:40 am
by Marjan
Hi, Gilles.

The "... procedure entry point" error idicates most likely Delphi is still using one of the original TeeChart packages OR one of other 3rd party tools packages you have installed was compiled with original TeeChart packages. Most likely it's #2 meaning you have make sure all other packages are compatible with TeeChart v5.03 for delphi 7.

The "other" packages include Quick Report, Report Builder, ... in short any package which uses TeeChart packages. The procedure to fix the problem is more less the same for all these products:
1) uninstall old version
2) recompile/reinstall these packages with TeeChart version you have
OR alternatively, check with product(s) vendors if they have your TeeChart version specific packages. In this case, you only have to install these (TeeChart v5.03 for D7) compatible packages.

Posted: Tue Dec 16, 2003 4:01 pm
by 4207548
Thanks,

Jon's reinstalled all his components from scratch and the error's gone away.

Giles.