RecompileTee Command Line

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Lance R
Newbie
Newbie
Posts: 5
Joined: Wed Mar 01, 2017 12:00 am

RecompileTee Command Line

Post by Lance R » Tue Apr 11, 2017 5:12 pm

Using FinalBuilder, I created a command line call to the recompile with the following (starting in the directory where recompile is).

TeeRecompile.exe -build:25 -silent -sources:"C:\_comps\Steema Software\Steema TeeChart Standard VCL FMX Source Code 2017.21\SourceStandard" -log:"myLog.txt"

This fails with:

===============================================
TeeChart Pro
Compilation started: 4/11/2017 10:04:25 AM

Win32 v25 Enterprise (C++)
EXCEPTION:
Cannot open file "C:\_COMPS\STEEMA SOFTWARE\STEEMA TEECHART STANDARD VCL FMX SOURCE CODE 2017.21\SOURCESTANDARD\TeeProCo.pas". The system cannot find the file specified
--------------------------------------------
Error: Operation aborted

When I navigate to "C:\_COMPS\STEEMA SOFTWARE\STEEMA TEECHART STANDARD VCL FMX SOURCE CODE 2017.21\SOURCESTANDARD\" folder, I have verified that TeeProcs.pas is there, but Recompile is looking for TeeProCo.pas, which is not there.

Am I calling Recompile incorrectly by command line or is there a problem with Recompile correctly processing command line for Tokyo?

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: RecompileTee Command Line

Post by Yeray » Wed Apr 12, 2017 10:45 am

Hello,

Could you please try adding "Standard" as first parameter? Ie:
TeeRecompile.exe Standard -build:25 -silent -sources:"C:\_comps\Steema Software\Steema TeeChart Standard VCL FMX Source Code 2017.21\SourceStandard" -log:"myLog.txt"
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply