⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exam6_6.plg

📁 for study. very simple example.
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Exam6_6 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\wenwen\LOCALS~1\Temp\RSP1A3.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Exam6_6.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ   /c 
"D:\study\Exam6_6\Exam6_6View.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\wenwen\LOCALS~1\Temp\RSP1A3.tmp" 
Creating temporary file "C:\DOCUME~1\wenwen\LOCALS~1\Temp\RSP1A4.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Exam6_6.pdb" /debug /machine:I386 /out:"Debug/Exam6_6.exe" /pdbtype:sept 
.\Debug\Exam6_6.obj
.\Debug\StdAfx.obj
.\Debug\MainFrm.obj
.\Debug\Exam6_6Doc.obj
.\Debug\Exam6_6View.obj
.\Debug\Exam6_6.res
]
Creating command line "link.exe @C:\DOCUME~1\wenwen\LOCALS~1\Temp\RSP1A4.tmp"
<h3>Output Window</h3>
Compiling...
Exam6_6View.cpp
D:\study\Exam6_6\Exam6_6View.cpp(141) : error C2065: 'Point' : undeclared identifier
D:\study\Exam6_6\Exam6_6View.cpp(141) : error C2100: illegal indirection
D:\study\Exam6_6\Exam6_6View.cpp(159) : error C2065: 'cPen' : undeclared identifier
D:\study\Exam6_6\Exam6_6View.cpp(159) : error C2065: 'pOldPen' : undeclared identifier
D:\study\Exam6_6\Exam6_6View.cpp(159) : warning C4552: '*' : operator has no effect; expected operator with side-effect
D:\study\Exam6_6\Exam6_6View.cpp(162) : error C2440: '=' : cannot convert from 'class CPen *' to 'int'
        This conversion requires a reinterpret_cast, a C-style cast or function-style cast
Error executing cl.exe.



<h3>Results</h3>
Exam6_6.exe - 5 error(s), 1 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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