Page 1 of 1

teechart / devExpress problem

Posted: Thu May 10, 2007 3:37 pm
by 9343620
Hello,

does somebody know a solution to the following:

After some problems with the devExpress / teeChart installation (the known error message "Cannot load package 'Tee710.' It contains unit 'TeeAbout', which is also contained in package 'tee100'" appeared) I finally reached a state, where the start and compilation of my project was possible without error messages.

But when I start to debug the project, the windows installer always wants to install the tee100.bpl package (which would cause conflicts with the TeeChart Pro v7 package) from the Delphi installation CD. After cancelling the installation, Delphi mostly hangs up or disappears.

It is possible to run the project without debugging. I use Delphi 2006.

Regards
Michael

Posted: Fri May 11, 2007 7:26 am
by narcis
Hi Michael,

Run without debugging option can be found at Run menu or pressing Shift+Ctrl+F9.

Posted: Fri May 11, 2007 7:35 am
by 9343620
Hi Narcis,

you misunderstood me. I know how to run a project without debugging.

I just wanted to say, that in this mode it is possible to run the project without Delphi trying to reinstall the tee100.bpl file.

But I need the debug mode of the project running without reinstallation attempts.

Regards
Michael

Posted: Wed May 16, 2007 4:06 pm
by Pep
Hi Michael,

most likely the problem is some old standard TeeChart files still in the Delphi search paths, have you tried to remove (or backup) them and also make sure that the path of the TeeChart Pro files is the first into the Project Options -> Search Paths ?
Also check the project you're trying to compile/debug still not referencing to the standard TeeChart files.

Posted: Mon May 21, 2007 6:52 am
by 9343620
Thank you,

a complete reinstallation of Delphi, TeeChart and devExpress solved the problem.

Regards
Michael