?? svm.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: svm - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/svm.res" /d "_DEBUG" "F:\新建文件夾\winsvm\svm.rc""
Creating temporary file "C:\Temp\RSP29.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/svm.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\新建文件夾\winsvm\ClassifyDlg.cpp"
"F:\新建文件夾\winsvm\MainFrm.cpp"
]
Creating command line "cl.exe @C:\Temp\RSP29.tmp"
Creating temporary file "C:\Temp\RSP2A.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/svm.pdb" /debug /machine:I386 /out:"Debug/svm.exe" /pdbtype:sept
".\Debug\ClassifyDlg.obj"
".\Debug\Compute_Param.obj"
".\Debug\Compute_Prompt.obj"
".\Debug\Compute_Result.obj"
".\Debug\GeneralPage.obj"
".\Debug\KerPage.obj"
".\Debug\LearnDlg.obj"
".\Debug\LearnPage.obj"
".\Debug\MainFrm.obj"
".\Debug\OptimizePage.obj"
".\Debug\PerformPage.obj"
".\Debug\PromptDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\svm.obj"
".\Debug\svm_classify.obj"
".\Debug\svm_common.obj"
".\Debug\svm_learn.obj"
".\Debug\svm_learn_main.obj"
".\Debug\svmDoc.obj"
".\Debug\svmView.obj"
".\Debug\svm.res"
]
Creating command line "link.exe @C:\Temp\RSP2A.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
ClassifyDlg.cpp
Generating Code...
Skipping... (no relevant changes detected)
MainFrm.cpp
Linking...
ClassifyDlg.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CClassifyDlg::OnCancel(void)" (?OnCancel@CClassifyDlg@@MAEXXZ)
ClassifyDlg.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CClassifyDlg::OnOK(void)" (?OnOK@CClassifyDlg@@MAEXXZ)
Debug/svm.exe : fatal error LNK1120: 2 unresolved externals
執行 link.exe 時出錯.
Creating temporary file "C:\Temp\RSP2B.tmp" with contents
[
/nologo /o"Debug/svm.bsc"
".\Debug\StdAfx.sbr"
".\Debug\ClassifyDlg.sbr"
".\Debug\Compute_Param.sbr"
".\Debug\Compute_Prompt.sbr"
".\Debug\Compute_Result.sbr"
".\Debug\GeneralPage.sbr"
".\Debug\KerPage.sbr"
".\Debug\LearnDlg.sbr"
".\Debug\LearnPage.sbr"
".\Debug\MainFrm.sbr"
".\Debug\OptimizePage.sbr"
".\Debug\PerformPage.sbr"
".\Debug\PromptDlg.sbr"
".\Debug\svm.sbr"
".\Debug\svm_classify.sbr"
".\Debug\svm_common.sbr"
".\Debug\svm_learn.sbr"
".\Debug\svm_learn_main.sbr"
".\Debug\svmDoc.sbr"
".\Debug\svmView.sbr"]
Creating command line "bscmake.exe @C:\Temp\RSP2B.tmp"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
svm.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -