I have a problem installing the 8.05 on Delphi 2005. First I deinstalled the 8.04 Version. Now I installed the 8.05 Version as described in the install.txt. I use the Tee8D9.bpg. Then I make a double click on the first entry and start "build all packages". Delphi start working, but stop working at the file "TeeEdiSeri.pas" with the error
[Fehler] TeeEdiSeri.pas(394): E2003 Undefinierter Bezeichner: 'FontSeriesColor'
It labels as error the following line:
CBFontSeriesColor.Checked := FontSeriesColor;
After I start installing the old version 8.04 again, that is working.
What can I do?
Claus
Problem Install 8.05 on Delphi 2005
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Problem Install 8.05 on Delphi 2005
Hi Claus,
I haven't been able to reproduce the issue here.
Have you tried using TeeRecompile tool for building and installing packages automatically? TeeRecompile tool is included with the sourcecode installation.
If this doesn't help please let us know the exact steps we should follow to reproduce the issue here.
Thanks in advance.
I haven't been able to reproduce the issue here.
Have you tried using TeeRecompile tool for building and installing packages automatically? TeeRecompile tool is included with the sourcecode installation.
If this doesn't help please let us know the exact steps we should follow to reproduce the issue here.
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Problem Install 8.05 on Delphi 2005
Tank you - now it is working. I started the TeeRecompile.exe - now everything o.k.