📄 myscan.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Myscan - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\王利丽\LOCALS~1\Temp\RSP5A.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Myscan.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\e\计算机图形学\scan.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\王利丽\LOCALS~1\Temp\RSP5A.tmp""
Creating temporary file "C:\DOCUME~1\王利丽\LOCALS~1\Temp\RSP5B.tmp" with contents
[
opengl32.lib glu32.lib glaux.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/Myscan.pdb" /debug /machine:I386 /out:"Debug/Myscan.exe" /pdbtype:sept
".\Debug\scan.obj"
]
Creating command line "link.exe @"C:\DOCUME~1\王利丽\LOCALS~1\Temp\RSP5B.tmp""
<h3>Output Window</h3>
Compiling...
scan.cpp
E:\e\计算机图形学\scan.cpp(50) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
E:\e\计算机图形学\scan.cpp(65) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
E:\e\计算机图形学\scan.cpp(108) : warning C4101: 'x' : unreferenced local variable
E:\e\计算机图形学\scan.cpp(154) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
E:\e\计算机图形学\scan.cpp(154) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
E:\e\计算机图形学\scan.cpp(155) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
E:\e\计算机图形学\scan.cpp(155) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
E:\e\计算机图形学\scan.cpp(173) : warning C4508: 'fill_area' : function should return a value; 'void' return type assumed
E:\e\计算机图形学\scan.cpp(199) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
E:\e\计算机图形学\scan.cpp(199) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
E:\e\计算机图形学\scan.cpp(200) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
E:\e\计算机图形学\scan.cpp(200) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
E:\e\计算机图形学\scan.cpp(187) : warning C4101: 'index' : unreferenced local variable
Linking...
<h3>Results</h3>
Myscan.exe - 0 error(s), 13 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -