Page 1 of 1

RecompileTee Command Line

Posted: Tue Apr 11, 2017 5:12 pm
by 17580183
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?

Re: RecompileTee Command Line

Posted: Wed Apr 12, 2017 10:45 am
by yeray
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"