sys.exit() -- exits QuickRT
You can also quit QuickRT with CTRL+C.
if I exit by Ctrl + C ,
then, if I enter quickrt and press Ctrl + C again, it can not exit now
sometimes I can not input any text, including Ctrl + C .
only thing I can do now is close cmd window.
win 10.0.19044.3324
on another win 10.0.19044.3086 Ctrl + C never work, it stuck whole cmd at first time
strangely git downloaded version is ok. only my mingw compiled version
Mingw-w64 GCC compiler is deprecated and might be removed in next releases
maybe really time for msvc only now.
but nmake is not as smooth as mingw make.
mingw make complete without any error.
but nmake give many error:
c:\luart\src> nmake
▸ Building Lua 5.4.6 VM ■■■■■■■■■■■■■■■■■■■
▸ Building LuaRT core framework ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
NMAKE : fatal error U1077: “cl”: return code“0x2”
Stop.
c:\luart\src>()
▸ Building module audio 0.3 ■■■NMAKE : fatal error U1077: 'link.exe' : return code '0x49d'Stop.
▸ Building module canvas 0.5 ■■■■NMAKE : fatal error U1077: 'link.exe' : return code '0x49d'Stop.
▸ Building module crypto 1.0 ■■NMAKE : fatal error U1077: 'link.exe' : return code '0x49d'Stop.
▸ Building module json 0.5 ■NMAKE : fatal error U1077: 'link.exe' : return code '0x49d'Stop.
▸ Building module net 1.5 ■■■■NMAKE : fatal error U1077: 'link.exe' : return code '0x49d'Stop.
▸ Building module sqlite 0.3 ■■■NMAKE : fatal error U1077: 'link.exe' : return code '0x49d'Stop.
▸ Building module webview 0.6 ■■NMAKE : fatal error U1077: 'link.exe' : return code '0x49d'Stop.
nothing generated at ../bin
vs 2022 communnity version