- Aug
- 2,799
- 144
In TCC-RT v35...
...and presents the following dialogue;
Works as it should.
In TCC-RT v36;
TCC-RT v36 does not update TCC-RT as it did in v35,
nor does it present a dialog indicating update status.
Joe
Code:
C:\...\TCC_RT_35>echo %_cwd
C:\Program Files\JPSoft\TCC_RT_35
C:\...\TCC_RT_35>which tcc.exe
tcc.exe is an external : C:\Program Files\JPSoft\TCC_RT_35\tcc.exe
C:\...\TCC_RT_35>tcc.exe /q /c ver
TCC-RT 35.00.21 x64 Windows 10 [Version 10.0.19045.7058]
C:\...\TCC_RT_35>tcc.exe /q /c option /u
...and presents the following dialogue;
Works as it should.
In TCC-RT v36;
Code:
C:\...\TCC_RT_36>echo %_cwd
C:\Program Files\JPSoft\TCC_RT_36
C:\...\TCC_RT_36>which tcc.exe
tcc.exe is an external : C:\Program Files\JPSoft\TCC_RT_36\tcc.exe
C:\...\TCC_RT_36>tcc.exe /q /c ver
TCC-RT 36.00.18 x64 Windows 10 [Version 10.0.19045.7058]
C:\...\TCC_RT_36>tcc.exe /q /c option /u
TCC-RT v36 does not update TCC-RT as it did in v35,
nor does it present a dialog indicating update status.
Joe