📄 atm3.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: atm3 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP112.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/atm3.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\Visual C++6.0\vc\atm3\atm.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP112.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP113.tmp" with contents
[
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/atm3.pdb" /debug /machine:I386 /out:"Debug/atm3.exe" /pdbtype:sept
".\Debug\atm.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP113.tmp"
<h3>Output Window</h3>
Compiling...
atm.cpp
e:\visual c++6.0\vc\atm3\function.h(443) : warning C4101: 'j' : unreferenced local variable
e:\visual c++6.0\vc\atm3\function.h(611) : warning C4101: 'c' : unreferenced local variable
e:\visual c++6.0\vc\atm3\function.h(647) : warning C4101: 'c' : unreferenced local variable
e:\visual c++6.0\vc\atm3\function.h(716) : error C2084: function 'int __cdecl file1(int)' already has a body
e:\visual c++6.0\vc\atm3\function.h(747) : error C2084: function 'int __cdecl file2(void)' already has a body
e:\visual c++6.0\vc\atm3\function.h(771) : error C2084: function 'int __cdecl file3(void)' already has a body
e:\visual c++6.0\vc\atm3\function.h(810) : error C2084: function 'int __cdecl create_note(void)' already has a body
e:\visual c++6.0\vc\atm3\function.h(836) : error C2084: function 'int __cdecl add_note(char [],char [],float)' already has a body
e:\visual c++6.0\vc\atm3\function.h(890) : error C2333: 'file1' : error in function declaration; skipping function body
e:\visual c++6.0\vc\atm3\function.h(921) : error C2333: 'file2' : error in function declaration; skipping function body
e:\visual c++6.0\vc\atm3\function.h(945) : error C2333: 'file3' : error in function declaration; skipping function body
e:\visual c++6.0\vc\atm3\function.h(984) : error C2333: 'create_note' : error in function declaration; skipping function body
e:\visual c++6.0\vc\atm3\function.h(1010) : error C2333: 'add_note' : error in function declaration; skipping function body
e:\visual c++6.0\vc\atm3\atm.cpp(8) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
<h3>Results</h3>
atm3.exe - 11 error(s), 3 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -