I've just upgraded from 11.01 to 11.03 and had to manually
build/install the teechart packages as the builder seems to think I
have the standard version of teechart.
What does the RB Teechart Package builder use to identify the version
of teechart installed?
Comments
We have not made any changes to the RBTeePackageBuilder since the release of
11.01.
The RBTeePackageBuilder checks the \KnownPackages\ registry key for a
"dclteeXX" entry. Once it is found, it strips off the "dclteeX" letters and
uses the next character as the Teechart Major version your are using. For
instance "dclteepro812.bpl" would return a major version of 8. If you for
instance have an older package still in your Delphi installed components
list, this may be causing the issue.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
In \Known Packages I found the following 2 entries
$(BDS)\bin\dcltee8120.bpl
C:\...\8.04Source\...\Delphi12\Bin\DclTeePro812.bpl
Deleting the first entry solved the issue
Regards,
Cary