Page 1 of 1

Simpler installation problem

Posted: Wed Jul 07, 2010 1:59 pm
by 16456426
Hi,

In my previous post, I was concerned about incompatibilities with DevExpress and QuickReports. However, I uninstalled everything, and reinstalled just C++ Builder and Teecharts, and I am still getting the error. So, Dev Express has nothing to do with it.

Basically, if I have TeeCharts installed, I can't add a TADOConnection or TADOQuery to my form on a VCL Form Application. If I deselect the 3 Tee chart components, the problem disappears.

I am attaching a word doc that contains screen shots of my configuration, and the detailed steps to reproduce. It is very easy to reproduce.

Note that I have C++ Builder 2009 installed. But I DO NOT have Delphi installed.

See attachment for more info.

Thanks!

Re: Simpler installation problem

Posted: Wed Jul 07, 2010 2:08 pm
by narcis
Hi MaryM,

Does a simple application with a TChart object on it runs fine at your end?

Thanks in advance.

Re: Simpler installation problem

Posted: Wed Jul 07, 2010 2:27 pm
by 16456426
Well this is really strange. I created a new project and added, in this order, a TChart, a TADOQuery, and a TADOConnection, and the project saved and built fine.

However, if I delete the TeeChart from the above project (so it just has a TADOQuery and a TADOConnection), save it and try to reopen it, the problem comes back.

Re: Simpler installation problem

Posted: Thu Jul 08, 2010 8:24 am
by narcis
Hi MaryM,

What about the question I made in my last post? I'd like to start from the basics and try to guess what's wrong in your environment.

Thanks in advance.

Re: Simpler installation problem

Posted: Thu Jul 08, 2010 12:07 pm
by 16456426
Yes. I can create a new project, drag a tee chart control onto the form, compile and run the project successfully.

Re: Simpler installation problem

Posted: Fri Jul 09, 2010 9:06 am
by yeray
Hi MaryM,

You could try unchecking the TeeMaker component from the Component\Install Packages. It is not an essential component for the majority of charts.

Re: Simpler installation problem

Posted: Fri Jul 09, 2010 11:02 am
by 16456426
That seems to be working so far for the simple case. I will test it further next week with my bigger projects and let you know.

Can you tell me which specific components I will lose by deselecting that package? I want to make sure I will still have all of the functionality I will need.

Thanks,
Mary

Re: Simpler installation problem

Posted: Fri Jul 09, 2010 11:09 am
by narcis
Hi Mary,

TeeMaker package includes TChart3D component only.

Re: Simpler installation problem

Posted: Wed Jul 14, 2010 2:46 pm
by 16456426
Unchecking the TeeMaker component seems to fix the problem. I have been testing with my more complicated projects, and it now seems to be stable.
Thanks!