guessthenum.vcl
来自「猜数游戏,使用EVC实现。四位数」· VCL 代码 · 共 27 行
VCL
27 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: GuessTheNum - Win32 (WCE emulator) Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\TonyZhou\LOCALS~1\Temp\RSP86.tmp" with contents
[
/nologo /W3 /D "_i386_" /D UNDER_CE=400 /D _WIN32_WCE=400 /D "WCE_PLATFORM_STANDARDSDK" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_WIN32_WCE_CEPC" /D "_AFXDLL" /Fp"emulatorRel/GuessTheNum.pch" /Yu"stdafx.h" /Fo"emulatorRel/" /Gs8192 /GF /O2 /c
"C:\Documents and Settings\TonyZhou\桌面\GuessTheNum\GuessTheNumDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\TonyZhou\LOCALS~1\Temp\RSP86.tmp"
<h3>Output Window</h3>
Compiling...
GuessTheNumDlg.cpp
<h3>Results</h3>
GuessTheNumDlg.obj - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?