📄 myvc2.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyVC2 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\micxwp\LOCALS~1\Temp\RSP9E.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/MyVC2.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\micxwp\LOCALS~1\Temp\RSP9E.tmp"
Creating temporary file "C:\DOCUME~1\micxwp\LOCALS~1\Temp\RSP9F.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/MyVC2.pdb" /debug /machine:I386 /out:"Debug/MyVC2.exe" /pdbtype:sept
".\Debug\MainFrm.obj"
".\Debug\MyVC2.obj"
".\Debug\MyVC2Doc.obj"
".\Debug\MyVC2View.obj"
".\Debug\StdAfx.obj"
".\Debug\MyVC2.res"
]
Creating command line "link.exe @C:\DOCUME~1\micxwp\LOCALS~1\Temp\RSP9F.tmp"
<h3>Output Window</h3>
Compiling...
MyVC2View.cpp
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(230) : error C2144: syntax error : missing ')' before type 'int'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(230) : error C2661: 'Arc' : no overloaded function takes 6 parameters
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(230) : error C2059: syntax error : ')'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(231) : error C2065: 'pDc' : undeclared identifier
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(231) : error C2227: left of '->SelectObject' must point to class/struct/union
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(239) : error C2065: 'CPont' : undeclared identifier
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(239) : error C2146: syntax error : missing ';' before identifier 'pt'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(239) : error C2065: 'pt' : undeclared identifier
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(239) : error C2109: subscript requires array or pointer type
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(245) : error C2065: 'poIdBrush' : undeclared identifier
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(245) : error C2039: 'selectObject' : is not a member of 'CDC'
c:\program files\microsoft visual studio\vc98\mfc\include\afxwin.h(636) : see declaration of 'CDC'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(247) : error C2065: 'poIdPen' : undeclared identifier
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(247) : error C2065: 'SelectStockObject' : undeclared identifier
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(247) : error C2065: 'BLACK' : undeclared identifier
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(247) : error C2065: 'PEN' : undeclared identifier
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(247) : error C2440: '=' : cannot convert from 'class CPen *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(253) : error C2143: syntax error : missing ';' before ')'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(254) : error C2109: subscript requires array or pointer type
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(254) : error C2228: left of '.x' must have class/struct/union type
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(254) : error C2143: syntax error : missing ')' before ';'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(255) : error C2109: subscript requires array or pointer type
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(255) : error C2228: left of '.y' must have class/struct/union type
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(255) : error C2143: syntax error : missing ')' before ';'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(255) : error C2143: syntax error : missing ')' before ';'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(255) : error C2143: syntax error : missing ';' before ')'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(256) : error C2143: syntax error : missing ')' before '}'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(256) : error C2143: syntax error : missing ';' before ')'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(257) : error C2065: 'PDC' : undeclared identifier
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(257) : error C2227: left of '->Polygon' must point to class/struct/union
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(260) : error C2065: 'poldPen' : undeclared identifier
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(265) : error C2039: 'Polygonl' : is not a member of 'CMyVC2View'
c:\documents and settings\micxwp\my documents\myvc2\myvc2view.h(13) : see declaration of 'CMyVC2View'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(272) : error C2039: 'CreatSolidBrush' : is not a member of 'CBrush'
c:\program files\microsoft visual studio\vc98\mfc\include\afxwin.h(461) : see declaration of 'CBrush'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(272) : error C2065: 'coI' : undeclared identifier
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(275) : error C2065: 'cpen' : undeclared identifier
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(275) : error C2059: syntax error : ')'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(279) : error C2143: syntax error : missing ';' before 'constant'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(280) : error C2143: syntax error : missing ';' before 'for'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(281) : error C2039: 'xo' : is not a member of 'CPoint'
c:\program files\microsoft visual studio\vc98\mfc\include\afxwin.h(176) : see declaration of 'CPoint'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(281) : error C2143: syntax error : missing ')' before ';'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(282) : error C2065: 't' : undeclared identifier
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(282) : error C2143: syntax error : missing ')' before ';'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(282) : error C2143: syntax error : missing ')' before ';'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(282) : error C2143: syntax error : missing ';' before ')'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(283) : error C2143: syntax error : missing ')' before '}'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(283) : error C2143: syntax error : missing ';' before ')'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(284) : error C2039: 'SetPolyFllMode' : is not a member of 'CDC'
c:\program files\microsoft visual studio\vc98\mfc\include\afxwin.h(636) : see declaration of 'CDC'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(285) : error C2039: 'Ploygon' : is not a member of 'CDC'
c:\program files\microsoft visual studio\vc98\mfc\include\afxwin.h(636) : see declaration of 'CDC'
C:\Documents and Settings\micxwp\My Documents\MyVC2\MyVC2View.cpp(286) : error C2065: 'poldBrush' : undeclared identifier
Error executing cl.exe.
Build : warning : failed to (or don't know how to) build 'C:\Documents and Settings\micxwp\My Documents\MyVC2\MainFrm.cpp'
<h3>Results</h3>
MyVC2.exe - 48 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -