📄 myfirstgame.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyFirstGame - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\mafei\LOCALS~1\Temp\RSPD42.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/MyFirstGame.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\连连看\MyFirstGame\MyFirstGameView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\mafei\LOCALS~1\Temp\RSPD42.tmp"
Creating temporary file "C:\DOCUME~1\mafei\LOCALS~1\Temp\RSPD43.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/MyFirstGame.pdb" /debug /machine:I386 /out:"Debug/MyFirstGame.exe" /pdbtype:sept
".\Debug\MainFrm.obj"
".\Debug\MyFirstGame.obj"
".\Debug\MyFirstGameDoc.obj"
".\Debug\MyFirstGameView.obj"
".\Debug\MyGame.obj"
".\Debug\StdAfx.obj"
".\Debug\MyFirstGame.res"
]
Creating command line "link.exe @C:\DOCUME~1\mafei\LOCALS~1\Temp\RSPD43.tmp"
<h3>Output Window</h3>
Compiling...
MyFirstGameView.cpp
D:\连连看\MyFirstGame\MyFirstGameView.cpp(220) : warning C4551: function call missing argument list
D:\连连看\MyFirstGame\MyFirstGameView.cpp(277) : warning C4101: 'xpos' : unreferenced local variable
D:\连连看\MyFirstGame\MyFirstGameView.cpp(277) : warning C4101: 'ypos' : unreferenced local variable
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/MyFirstGame.bsc" ".\Debug\StdAfx.sbr" ".\Debug\MainFrm.sbr" ".\Debug\MyFirstGame.sbr" ".\Debug\MyFirstGameDoc.sbr" ".\Debug\MyFirstGameView.sbr" ".\Debug\MyGame.sbr""
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
MyFirstGame.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -