?? scan.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: scan - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1.001\LOCALS~1\Temp\RSP18D.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/scan.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\sunw\MY\unicode\scan.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1.001\LOCALS~1\Temp\RSP18D.tmp"
Creating temporary file "D:\DOCUME~1\ADMINI~1.001\LOCALS~1\Temp\RSP18E.tmp" with contents
[
wsock32.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 wsock32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/scan.pdb" /debug /machine:I386 /nodefaultlib /out:"Debug/scan.exe" /pdbtype:sept
.\Debug\scan.obj
]
Creating command line "link.exe @D:\DOCUME~1\ADMINI~1.001\LOCALS~1\Temp\RSP18E.tmp"
<h3>Output Window</h3>
Compiling...
scan.cpp
Linking...
scan.obj : error LNK2001: unresolved external symbol __chkesp
scan.obj : error LNK2001: unresolved external symbol "public: __thiscall ofstream::ofstream(char const *,int,int)" (??0ofstream@@QAE@PBDHH@Z)
scan.obj : error LNK2001: unresolved external symbol "public: static int const filebuf::openprot" (?openprot@filebuf@@2HB)
scan.obj : error LNK2001: unresolved external symbol _atexit
scan.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall ios::~ios(void)" (??1ios@@UAE@XZ)
scan.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall ofstream::~ofstream(void)" (??1ofstream@@UAE@XZ)
scan.obj : error LNK2001: unresolved external symbol _strstr
scan.obj : error LNK2001: unresolved external symbol "public: class ostream & __thiscall ostream::operator<<(int)" (??6ostream@@QAEAAV0@H@Z)
scan.obj : error LNK2001: unresolved external symbol _strlen
scan.obj : error LNK2001: unresolved external symbol "public: class ostream & __thiscall ostream::operator<<(char const *)" (??6ostream@@QAEAAV0@PBD@Z)
scan.obj : error LNK2001: unresolved external symbol "class ostream_withassign cout" (?cout@@3Vostream_withassign@@A)
scan.obj : error LNK2001: unresolved external symbol "public: class ostream & __thiscall ostream::operator<<(unsigned char)" (??6ostream@@QAEAAV0@E@Z)
scan.obj : error LNK2001: unresolved external symbol "public: class ostream & __thiscall ostream::flush(void)" (?flush@ostream@@QAEAAV1@XZ)
LINK : error LNK2001: unresolved external symbol _mainCRTStartup
Debug/scan.exe : fatal error LNK1120: 14 unresolved externals
Error executing link.exe.
<h3>Results</h3>
scan.exe - 15 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -