Page 1 of 1

Problems with intallation

Posted: Mon Oct 11, 2010 9:52 am
by 10553159
I formatted my machine, I reinstalled all components, including TeeChart (8.07 For Delphi 2009 - Pro With Full Source Code).

Even if installer doesn't give any error, I don't see the TeeChart palette anymore and moreover if I try to open a form containing a TDBChart (for example) the component is not found.

ANyway I can still build my application, but I have Access Violtaion when I try to access one form containing TeeChart components.

How can I do? What can I check? May be there is some problem with the default TeeChart installation that is in conflict with my installatino?

What can I check to fix the problem? Thanks.

Re: Problems with intallation

Posted: Mon Oct 11, 2010 10:04 am
by narcis
Hi Brace,

Have you run the TeeRecompile tool, shipped with the source code installer, to compile and install the sources into your IDEs?

Re: Problems with intallation

Posted: Mon Oct 11, 2010 10:34 am
by 10553159
yes that worked, thanks. But why do I need to run it manually and it is not part of installer?

Re: Problems with intallation

Posted: Mon Oct 11, 2010 11:08 am
by narcis
Hi Brace,

Normally we recommend users to install TeeChart using the binary installers to get all examples and documentation and then use the source code installer. Running TeeRecompile you can choose the IDEs you want sources being installed too.

Re: Problems with intallation

Posted: Mon Oct 11, 2010 12:31 pm
by 10553159
ok thanks