Page 1 of 1

TeeChart source install with Berlin

Posted: Sat Jul 09, 2016 3:00 pm
by 16575209
Hello,

I have both Delphi Seattle and Delphi Berlin installed. The source code recompile tool installs Seattle correctly, but fails on the Berlin install. The compile starts and then I am getting the following Exception:
Cannot open file "C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2016.18\Compiled\Delphi24.win32\System\Tee924.bpl". The system cannot find the file specified
I am selecting under RX10.1 Berlin "Win32 v24 (C++)".

How do I install the latest version with Berlin?

Thanks,

Dave

Re: TeeChart source install with Berlin

Posted: Mon Jul 11, 2016 7:27 am
by yeray
Hello Dave,
Cannot open file "C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2016.18\Compiled\Delphi24.win32\System\Tee924.bpl". The system cannot find the file specified
Do you Tee924.bpl in that folder?
Dave C. wrote: I am selecting under RX10.1 Berlin "Win32 v24 (C++)".

How do I install the latest version with Berlin?
Try running TeeRrecompile "as administrator" if you haven't.

Re: TeeChart source install with Berlin

Posted: Mon Jul 11, 2016 1:10 pm
by 16575209
Hi Yeray,

No, the file Tee924.bpl does not exist in the folder.

I am running the TeeRecompile from the folder C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2016.18 as if I run it from the Programs menu, the default folders for source and destination are incorrect.

In the destination folder C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2016.18\Compiled\Delphi24.win32\System the only files that exists is GLUT32.dll.

Thanks for your help!

Dave

Re: TeeChart source install with Berlin

Posted: Mon Jul 11, 2016 2:01 pm
by yeray
Hi Dave,
Dave C. wrote:the default folders for source and destination are incorrect
Are you changing the source/destination folders?
This is how it looks for me by default:
TeeRecompile_2016-07-11_15-59-43.png
TeeRecompile_2016-07-11_15-59-43.png (46.27 KiB) Viewed 20814 times
If it gives you any compilation error, please open the Log tab to see if there is some extra detail about where does it come from.

Re: TeeChart source install with Berlin

Posted: Mon Jul 11, 2016 3:20 pm
by 16575209
Hi Yeray,

Yes, those are the folders I have.

The log says:

Code: Select all

===============================================
TeeChart Pro
Compilation started: 7/11/16 11:08:36 AM
 
Win32 v24 (C++)
Tee924
This version of the product does not support command line compiling.
--------------------------------------------------------------------------------
TeeUI924
This version of the product does not support command line compiling.
--------------------------------------------------------------------------------
TeeDB924
This version of the product does not support command line compiling.
--------------------------------------------------------------------------------
TeePro924
This version of the product does not support command line compiling.
--------------------------------------------------------------------------------
TeeGL924
This version of the product does not support command line compiling.
--------------------------------------------------------------------------------
TeeImage924
This version of the product does not support command line compiling.
--------------------------------------------------------------------------------
TeeWorld924
This version of the product does not support command line compiling.
--------------------------------------------------------------------------------
TeeLanguage924
This version of the product does not support command line compiling.
--------------------------------------------------------------------------------
TeeImport924
This version of the product does not support command line compiling.
--------------------------------------------------------------------------------
DclTee924
This version of the product does not support command line compiling.
--------------------------------------------------------------------------------
DclTeePro924
This version of the product does not support command line compiling.
--------------------------------------------------------------------------------
DclTeeProStd924
This version of the product does not support command line compiling.
--------------------------------------------------------------------------------
TeeMaker124
This version of the product does not support command line compiling.
--------------------------------------------------------------------------------
DclTeeMaker124
This version of the product does not support command line compiling.
...
I do not have C++ installed, only Delphi.

Dave

Re: TeeChart source install with Berlin

Posted: Mon Jul 11, 2016 3:29 pm
by narcis
Hi Dave,

Thanks for the information. Given the error message you get, you are probably experiencing the problem Embarcadero describes here:
Embarcadero wrote:Some customers have reported that the Delphi compiler (dcc32.exe) that they have in their installation having a correct Professional, Enterprise or Architect edition of the product is not the correct one. This compiler is used if you perform builds outside of the IDE (for instance during the installation of several 3rd party components).

The first step of the installation of the IDE using the new feature installer installs a basic IDE with very limited functionality. This mini-IDE has the “trial” Delphi compiler that cannot be used to compile any program (trial licenses don’t include the final command line compilers). Afterwards, once you install the 32-bit Windows platform, the real “dcc32.exe” has to be copied to the “bin” folder of the product. Under some circumstances (an antivirus accessing the “trial” dcc32.exe file, for instance) the compiler is not correctly overwritten and you could still have the “trial” version on your “bin” folder.

If you have this problem please copy the correct dcc32 compiler from:

C:\Users\Public\Documents\Embarcadero\Studio\18.0\CatalogRepository\Core_Common_Files_Enterprise-18.0.Build.22858.6822\TARGETDIR\bin

Or

C:\Users\Public\Documents\Embarcadero\Studio\18.0\CatalogRepository\Core_Common_Files_Professional-18.0.Build.22858.6822\TARGETDIR\bin

To the “bin” folder of your installation (by default C:\Program Files (x86)\Embarcadero\Studio\18.0\bin) and the issue will disappear.
Does this solve the problem at your end?

Re: TeeChart source install with Berlin

Posted: Mon Jul 11, 2016 4:09 pm
by 16575209
Thanks it! Thank you. I was unaware of this Embarcadero problem.

Dave

Re: TeeChart source install with Berlin

Posted: Tue Jul 12, 2016 7:29 am
by narcis
Hi Dave,

You're very welcome. I'm glad to hear that helped.
Dave C. wrote:I was unaware of this Embarcadero problem.
I was also unaware, just searched for the error message on the net. :wink: