onscreenkeyboard.plg

来自「这是个不错的源程序」· PLG 代码 · 共 36 行

PLG
36
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: OnscreenKeyboard - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSPF375.TMP" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"Debug/OnscreenKeyboard.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
"I:\vc百例\第十一章\软键盘\screen_keyboard_src\OnscreenKeyboardDlg.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPF375.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSPF376.TMP" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/OnscreenKeyboard.pdb" /debug /machine:I386 /out:"Debug/OnscreenKeyboard.exe" /pdbtype:sept 
".\Debug\OnscreenKeyboard.obj"
".\Debug\OnscreenKeyboardDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\OnscreenKeyboard.res"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPF376.TMP"
<h3>Output Window</h3>
Compiling...
OnscreenKeyboardDlg.cpp
Linking...



<h3>Results</h3>
OnscreenKeyboard.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?