![]() | Steema Issues DatabaseNote: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;otherwise you can use StackOverflow. Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy. |
| Summary: | TeeInstall.exe | ||
|---|---|---|---|
| Product: | VCL TeeChart | Reporter: | Shinobu Nagai <nagai> |
| Component: | Install | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | sandra |
| Priority: | --- | ||
| Version: | 140512 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
|
Description
Shinobu Nagai
2014-08-29 02:33:20 EDT
Hello, If these aren't a bug, have you changed it that way, or have you changed in the latest TeeRecompile? Thank you in advance for your help. Hello Nagai, After doing some test with new installers the problem isn't reproducible for us. I have closed the bug as NOTBUG by error. Thanks in advance Hello Sandra, We tested with your latest installer, vv2015.15.150420, but we can still reproduce the issue2: 2. If we compile C++Builder project in RAD Stduio XE2, an error occurs. As for the issue1: "We want to delete all of the TeeChart packages added to RAD Studio XE2 IDE, but DclFMITeePro916.bpl remains.", we haven't uninstall TeeChart, so we haven't checked it with the latest version,yet. To reproduce the error in Issue2, please follow the steps below: 1. Installs TeeChartVCL-2015-full.exe to RAD Studio XE2. 2. Creates a new project in C++Builder XE2 and place a TChart component on the form. 3. Adds a Line series to the chart. 4. Compiles the project. Here, the error occurs. The error message says... "can't find hpp file that is provided by TeeChart" We are afraid HKEY_CURRENT_USER\Software\Embarcadero\BDS\9.0\C++\Paths\Win32\IncludePath key in a registory has no path for Win32. Our tested environment: Windows 7 Professional(x86) RAD Studio XE2 Professional Hello Nagai, I can't reproduce the Issue 2, here. Could you review if there are in the include and library paths, the paths below Include path: %Program Files (x86)%\Steema Software\Steema TeeChart Pro VCL XE2 Library path: %Program Files (x86)%\Steema Software\Steema TeeChart Pro VCL XE2 2015.15\Delphi16\Delphi16.win32\Lib\Obj; %Program Files (x86)%\Steema Software\Steema TeeChart Pro VCL XE2 2015.15\Delphi16\Delphi16.win32\Lib Could you confirm that? Thanks in advance, Hello Sandra, We installed TeeChartVCL-2015.15-full.exe under x86 Windows environment, so the paths are as follows: Include path: C:\Program Files\Steema Software\Steema TeeChart Pro VCL 2015.15\Delphi16\Delphi16.win32\Include Library path: C:\Program Files\Steema Software\Steema TeeChart Pro VCL 2015.15\Delphi16\Delphi16.win32\Lib C:\Program Files\Steema Software\Steema TeeChart Pro VCL 2015.15\Delphi16\Delphi16.win32\Lib\Obj If we set the above paths to a newly created C++Builder project options, it's compiled successfully. In general, when we install TeeChartVCL by running your installer, those paths are saved to registory, so we don't need to set them to C++Builder project options. However, if we don't set them, the reported error occurs. Also, the paths that are saved to registory are as follows: HKEY_CURRENT_USER\Software\Embarcadero\BDS\9.0\C++\Paths\Win32\IncludePath: C:\Program Files\Steema Software\Steema TeeChart Pro VCL 2015.15\Delphi16\Delphi16.ios\Include HKEY_CURRENT_USER\Software\Embarcadero\BDS\9.0\C++\Paths\Win32\LibraryPath: C:\Program Files\Steema Software\Steema TeeChart Pro VCL 2015.15\Delphi16\Delphi16.win32\Lib\Obj;C:\Program Files\Steema Software\Steema TeeChart Pro VCL 2015.15\Delphi16\Delphi16.ios\Lib;C:\Program Files\Steema Software\Steema TeeChart Pro VCL 2015.15\Delphi16\Delphi16.ios\Lib\Obj When you install TeeChartVCL-2015.15-full.exe and select XE2 in your environment, which paths are saved to the following registory (HKEY_CURRENT_USER\Software\Embarcadero\BDS\9.0\C++\Paths\Win32\IncludePath)? Thank you in advance for your help. Kindest Regards, Hello Nagai, You are right. The paths are saved in the registry should be same as below: For include: C:\Program Files\Steema Software\Steema TeeChart Pro VCL 2015.15\Delphi16\Delphi16.win32\Include and C:\Program Files\Steema Software\Steema TeeChart Pro VCL 2015.15\Delphi16\Delphi16.ios\Include For library: C:\Program Files\Steema Software\Steema TeeChart Pro VCL 2015.15\Delphi16\Delphi16.ios\Lib\Obj C:\Program Files\Steema Software\Steema TeeChart Pro VCL 2015.15\Delphi16\Delphi16.ios\Lib C:\Program Files\Steema Software\Steema TeeChart Pro VCL 2015.15\Delphi16\Delphi16.win32\Lib; C:\Program Files\Steema Software\Steema TeeChart Pro VCL 2015.15\Delphi16\Delphi16.win32\Lib\Obj But this isn't thus, seems for some reason the Win32 include and lib path aren't added in registry. Therefore, I reopen the problem. |