?? draw1.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: DRAW1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\yingxue\LOCALS~1\Temp\RSP8D.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/DRAW1.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP"
"D:\學習\面向對象\新建文件夾\draw1\DRAW1.cpp"
"D:\學習\面向對象\新建文件夾\draw1\DRAW1View.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\yingxue\LOCALS~1\Temp\RSP8D.tmp"
Creating temporary file "C:\DOCUME~1\yingxue\LOCALS~1\Temp\RSP8E.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/DRAW1.pdb" /debug /machine:I386 /out:"Debug/DRAW1.exe" /pdbtype:sept
".\Debug\BOOK.OBJ"
".\Debug\DRAW1.obj"
".\Debug\DRAW1Doc.obj"
".\Debug\DRAW1View.obj"
".\Debug\MainFrm.obj"
".\Debug\NameDialog.obj"
".\Debug\StdAfx.obj"
".\Debug\DRAW1.res"
]
Creating command line "link.exe @C:\DOCUME~1\yingxue\LOCALS~1\Temp\RSP8E.tmp"
<h3>Output Window</h3>
Compiling...
BOOK.CPP
d:\學習\面向對象\新建文件夾\draw1\book.h(78) : error C2504: 'CShapezhi' : base class undefined
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(42) : error C2065: 'GetBorbarScal' : undeclared identifier
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(42) : error C2065: 'GetShapeColor' : undeclared identifier
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(45) : error C2065: 'x1' : undeclared identifier
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(46) : error C2065: 'x2' : undeclared identifier
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(46) : error C2065: 'y2' : undeclared identifier
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(51) : error C2065: 'center' : undeclared identifier
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(51) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(52) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(52) : error C2440: 'type cast' : cannot convert from '' to 'double'
Context does not allow for disambiguation of overloaded function
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(81) : error C2659: '=' : overloaded function as left operand
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(95) : error C2296: '-' : illegal, left operand has type 'double (__cdecl *)(double)'
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(95) : error C2296: '+' : illegal, left operand has type 'double (__cdecl *)(double)'
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(97) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(97) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(97) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(97) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(126) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(131) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(134) : error C2659: '+=' : overloaded function as left operand
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(136) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(139) : error C2659: '-=' : overloaded function as left operand
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(141) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(158) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(158) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(158) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(159) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(159) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(159) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(160) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(160) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(160) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(161) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(161) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(161) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(175) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(175) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(176) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(176) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(177) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(177) : error C2228: left of '.x' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(178) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(178) : error C2228: left of '.y' must have class/struct/union type
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(204) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
D:\學習\面向對象\新建文件夾\draw1\BOOK.CPP(205) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -