Hi,
First of all, note Windows\System32 is the folder for the 64bit runtime libraries and Windows\SysWOW64 is the folder for the 32bit runtime libraries, in the 64bit Windows:
http://en.wikipedia.org/wiki/WoW64#Regi ... ile_system
If you suspect TeeChart was wrongly installed, I'd suggest you to reinstall TeeChart running TeeInstall utility in the TeeChart installation folder. Note you will have to run it twice, one to uninstall the component from the IDE, and a second one to install it again. This process doesn't remove the folder structure of the TeeChart installation and you won't have to register the component again; it just uninstalls the component from the target IDE if found, otherwise, it installs the component present in the same folder as TeeInstall being run into the target IDE.
Here there are some instructions to make sure the packages and the paths loaded in the IDE are correct:
- Open the IDE with no project loaded.
- Go to "Component/Install Packages...". In this list, check the TeeChart Pro components are selected and not the Standard version that was shipped with the IDE.
- Go to "Tools/Options.../Environment Options/Delphi Options/Library". Here check the "Library path" and "Debug DCU path". Check the following paths are on the
TOP of the lists:
32-bit Windows:
Library path wrote:
\Delphi18.win32\Lib
Debug DCU path wrote:
\Delphi18.win32\Lib
64-bit Windows:
Library path wrote:
\Delphi18.win64\Lib
Debug DCU path wrote:
\Delphi18.win64\Lib
OS X:
Library path wrote:
\Delphi18.osx32\Lib
Debug DCU path wrote:
\Delphi18.osx32\Lib
iOS Device:
Library path wrote:
\Delphi18.iOSDevice\Lib
Debug DCU path wrote:
\Delphi18.iOSDevice\Lib
iOS Simulator:
Library path wrote:
\Delphi18.iossimulator\Lib
Debug DCU path wrote:
\Delphi18.iossimulator\Lib
- If you are interested in C++Builder, go to "Tools/Options.../Environment Options/C++ Options/Paths and Directories". Here check the "System Include path" and "Library path". Check the following paths are on the TOP of the lists:
32-bit Windows:
System Include path wrote:
\Delphi18.win32\Include
Library path wrote:
\Delphi18.win32\Lib
\Delphi18.win32\Lib\Obj
64-bit Windows:
System Include path wrote:
\Delphi18.win64\Include
Library path wrote:
\Delphi18.win64\Lib
\Delphi18.win64\Lib\Obj
OS X:
System Include path wrote:
\Delphi18.osx32\Include
Library path wrote:
\Delphi18.osx32\Lib
\Delphi18.osx32\Lib\Obj
Note all these paths are not complete; they are relative to where you installed TeeChart. Ie, if you've installed TeeChart at
"C:\Program Files (x86)\Steema Software\TeeChart 2013 for RAD XE4"
where says "\Delphi18.win32\Lib" it's meant to be:
"C:\Program Files (x86)\Steema Software\TeeChart 2013 for RAD XE4\Delphi18.win32\Lib"
As said above, please check the above paths are on the top of their respective lists, and also check there's no other reference to an older TeeChart installation.
After checking all the above, try to build and run a new simple project with just a chart on the form. If it doesn't work fine, the complete installation of the component or the IDE installation may be corrupt. Then, I'd suggest you to fully uninstall TeeChart (running the uninstaller), repair the entire IDE with the appropriate disk and install TeeChart again.