Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TCC-RT v36 works differently than v35 when updating to newer build.

Aug
2,799
144
In TCC-RT v35...

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;

1775586538494.webp


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
 
Just tested, and it is the same as before.
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.20 x64   Windows 10 [Version 10.0.19045.7058]

C:\...\TCC_RT_36>tcc.exe /q /c option /u

TCC-RT v36.00.20 does not update TCC-RT as it did in v35,
nor does it present a dialog indicating update status.

Joe
 
Downloaded tcc-rt.exe from JPSoft.com

Ran tcc-rt.exe

Verify if build 21 installed.
Code:
R:\>tccrt ver

TCC-RT  36.00.21 x64   Windows 10 [Version 10.0.19045.7058]

R:\>tccrt option /u

R:\>

Success! Thankyou Rex.

1775659763353.webp


Joe
 
Back
Top