Page 1 of 3

Reinstallation Issue

Posted: Sun Jul 19, 2009 7:54 pm
by 12052785
I moved all of my Delphi 2006 development and TeeChart(v8) software to a diff XP box.
The problem comes when I rebuild the existing project files. The Teechart .pas files are not recognized...
I get the F2063 error that TeEngine.pas can not be recognized. ANy ideas here?

Thanks,
Roger

Re: Reinstallation Issue

Posted: Mon Jul 20, 2009 9:40 am
by yeray
Hi Roger,

It looks like a missing search path. Could you please check the search path and the library path?

Re: Reinstallation Issue

Posted: Wed Jan 13, 2010 6:19 pm
by 12052785
What am I looking for? What should be missing??
Thx,
Roger

Re: Reinstallation Issue

Posted: Thu Jan 14, 2010 8:49 am
by narcis
Hi Roger,

Besides copying the files to the new box have you installed the packages into the IDE? I recommend you to use the binary installer for doing this task or using TeeRecompile tool shipped with the source code installer.

Re: Reinstallation Issue

Posted: Thu Jan 14, 2010 3:02 pm
by 12052785
Where would I find the Recompile script?

Re: Reinstallation Issue

Posted: Thu Jan 14, 2010 3:24 pm
by narcis
Hi RogerK,

This is not a script. It's a tool which automatically compiles the source code and installs it to chosen IDEs. It's available at TeeChart's program group.

Re: Reinstallation Issue

Posted: Mon Feb 08, 2010 8:42 pm
by 12052785
I ran the TeeRecompile. I am still getting the same erroron the project build.
This is really frustrating. What should I try now?

Thanks,
Roger

Re: Reinstallation Issue

Posted: Tue Feb 09, 2010 9:39 am
by narcis
Hi Roger,

Have you tried using the latest TeeChart Pro v8 VCL source code installer available at the client area? Maybe the sources where corrupted during the download or installation. If the problem persists please send us TeeRecompile's log.

Thanks in advance.

Re: Reinstallation Issue

Posted: Wed Feb 10, 2010 2:11 pm
by 12052785
Do I have access to this, and if so, where do I get to it? I had only purchased the standard version w/out source code.
R

Re: Reinstallation Issue

Posted: Wed Feb 10, 2010 2:26 pm
by narcis
Hi Roger,

Ok, in that case you may be using TeeInstall.exe, aren't you? TeeRecompile.exe is only included with TeeChart Pro VCL source code installer. I guess your problem is the same as discussed here.

Thanks in advance.

Re: Reinstallation Issue

Posted: Wed Feb 10, 2010 2:54 pm
by 12052785
I placed the directory entry at the top of the library path....same result. BTW, I am still using Delphi 2006, not 2010.

Re: Reinstallation Issue

Posted: Wed Feb 10, 2010 6:53 pm
by narcis
Hi Roger,

You should check the following:

1. Run Delphi, go to Project -> Options -> Packages and check there are no old TeeChart packages enabled.
2. Go to Project -> Options -> Directories/Conditionals -> Search Path and make sure that new TeeChart version's "Bin" and "Lib" folders are on *top* of that list.
3. Enable the left-bottom "Default" checkbox.

Does this help?

Re: Reinstallation Issue

Posted: Sun Apr 18, 2010 2:29 am
by 12052785
Sorry it s taking so long...

I do not see the Projects--> Options--> Packages that you referred me to...no such option on delphi 2006. As to the directory paths, the Stemma 'assmblies'
directory was in the path. I added the /Bin and /lib. As an aside, my old box has exactly the same path entries as does the new box.

What next? I'm glad this isn't a pressing issue...yet.

Re: Reinstallation Issue

Posted: Mon Apr 19, 2010 8:11 am
by narcis
Hi RogerK,

First of all, please notice that last week we release v8.07. This version includes a few installation enhancements. You may want to uninstall current version and install v8.07 to check if it solves the problems at your end.
I do not see the Projects--> Options--> Packages that you referred me to...no such option on delphi 2006. As to the directory paths, the Stemma 'assmblies'
directory was in the path. I added the /Bin and /lib. As an aside, my old box has exactly the same path entries as does the new box.
Just as you run BDS 2006, without opening any personality or project, go to Project -> Default Options -> Delphi for Win32 -> Packages -> Design packages and Project -> Default Options -> Delphi for Win32 -> Directories/Conditionals -> Search Path. Also, at Tools -> Options -> Environment Options -> Delphi Options -> Library Win32, check there are no old version paths here.

Also, if you are using VCL.NET, go to Component -> Installed .NET Components -> Assembly Search Path and remove all old TeeChart paths there and set latest version on top of the list.

Hope this helps!

Re: Reinstallation Issue

Posted: Mon Apr 19, 2010 11:49 am
by 12052785
Before my my last post I had loaded the v8.07 version....same result. Also, I am using Delphi for .net. The Delphi Win32 shows as an option under the new computer but not the older one.