Page 1 of 1

Problems with TeeRecompile

Posted: Wed Jul 06, 2011 12:27 pm
by 10553159
I have a problem with installation.

I install binaries, then source code.

Then I run TeeRcompile and I have this error: HOW TO FIX?


===============================================
TeeChart Pro
Compilation started: 06/07/2011 14:23:37

RAD 2011.Win32 v15 (RAD XE v8 Professional)
Tee915

Cannot recompile Delphi package: Tee915.dpk
Embarcadero Delphi for Win32 compiler version 22.0
Copyright (c) 1983,2010 Embarcadero Technologies, Inc.
Fatal: F1026 File not found: 'C:\Program Files (x86)\Steema Software\TeeChart 2010 for Delphi 2011\Delphi15\Lib\Tee915.dpk'
EXCEPTION:
Compilation aborted.
--------------------------------------------

Re: Problems with TeeRecompile

Posted: Wed Jul 06, 2011 12:59 pm
by narcis
Hi Brace,

That's because you are using TeeChart Pro v8 VCL which doesn't include support for Delphi XE. You can have a look at this thread where we discussed the reasons and how to get v8 working with Delphi XE.

Hope this helps!

Re: Problems with TeeRecompile

Posted: Wed Jul 06, 2011 1:22 pm
by 10553159
No I have 2010, this is the path

C:\PROGRA~2\Steema Software\TeeChart 2010 for Delphi 2011

moreover it used to work to 2 weeks ago, then I had an unknown problem with ReportBuilder + TeeChart, I tried to reinstall everything and from then Nothing.

Could you give me another hint?

Re: Problems with TeeRecompile

Posted: Wed Jul 06, 2011 1:40 pm
by narcis
Hi Brace,
No I have 2010, this is the path

C:\PROGRA~2\Steema Software\TeeChart 2010 for Delphi 2011
Sorry, I confused myself with RAD XE v8 instead of TeeChart v8 :oops:
moreover it used to work to 2 weeks ago, then I had an unknown problem with ReportBuilder + TeeChart, I tried to reinstall everything and from then Nothing.

Could you give me another hint?
Yes. The error message indicates that package files can not be find with the binary installer. That's correct, TeeRecompile should use source code version path (e.g.: C:\Program Files\Steema Software\TeeChart Pro 2011 Full Source Code\Sources) and not binary version files.

BTW: Also notice that a new maintenance release, TeeChart 2011 VCL, is already available at the download area: http://www.teechart.net/support/viewtop ... =3&t=12255.

Re: Problems with TeeRecompile

Posted: Wed Jul 06, 2011 1:52 pm
by 10553159
yes!

I didn't check that path since it was automatically set.

So I confirm: the problem was that instead of the \Sources folder the TeeRecompile was trying to use the binaries path.

But that path was automatically set by TeeRecompile. Probably you should force it to use a path that ends in "sources" to avoid this problem? Better to leave an empty path by default than a wrong path.

Anyway: I was now able to build RBTeechart.

But now when building my app i have another problem

[DCC Fatal Error] ppChrtUI.pas(18): F2051 Unit TeeFilters was compiled with a different version of TeCanvas.TConvolveFilter

Re: Problems with TeeRecompile

Posted: Wed Jul 06, 2011 2:07 pm
by narcis
Hi Brace,
But that path was automatically set by TeeRecompile. Probably you should force it to use a path that ends in "sources" to avoid this problem? Better to leave an empty path by default than a wrong path.
TeeRecompile should have done that. Somehow your source code path must have been changed wrongly.
But now when building my app i have another problem

[DCC Fatal Error] ppChrtUI.pas(18): F2051 Unit TeeFilters was compiled with a different version of TeCanvas.TConvolveFilter
That's a ReportBuilder component. Have you reinstalled ReportBuilder after installing TeeChart?

Re: Problems with TeeRecompile

Posted: Wed Jul 06, 2011 2:16 pm
by 10553159
i reinstalled but nothing changed

Re: Problems with TeeRecompile

Posted: Wed Jul 06, 2011 2:23 pm
by narcis
Hi Brace,

Was this ReportBuilder + TeeChart versions combination worked before? You may need to check with Digital Metaphors if your ReportBuilder version supports your TeeChart version.

Re: Problems with TeeRecompile

Posted: Wed Jul 06, 2011 2:36 pm
by 10553159
yes, thye used to work, then one day i don't know why i had the last version I told you about and I tried to uninstall and reinstall without success. but I used the old installers I had, so the same ones I already used in the past, I didn't install newver versions.

Re: Problems with TeeRecompile

Posted: Wed Jul 06, 2011 2:42 pm
by narcis
Hi Brace,

If that packages combination used to work this would make me thing there are package paths conflicts in your IDE. I recommend you to check at Tools -> Options -> Delphi Options -> Library -> Library Path and Project -> Default Options -> Delphi -> Delphi Compiler -> Search Path that no other Report Builder and TeeChart paths are referenced and that TeeChart paths are on top of Report Builder paths.