?? hmm.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: HMM - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\sr\LOCALS~1\Temp\RSPE6.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/HMM.pdb" /debug /machine:I386 /out:"Debug/HMM.exe" /pdbtype:sept
".\Debug\backward.obj"
".\Debug\baum.obj"
".\Debug\forward.obj"
".\Debug\hmmutils.obj"
".\Debug\main.obj"
]
Creating command line "link.exe @C:\DOCUME~1\sr\LOCALS~1\Temp\RSPE6.tmp"
<h3>Output Window</h3>
Linking...
baum.obj : error LNK2001: unresolved external symbol "void __cdecl free_dvector(double *,long,long)" (?free_dvector@@YAXPANJJ@Z)
hmmutils.obj : error LNK2001: unresolved external symbol "void __cdecl free_dvector(double *,long,long)" (?free_dvector@@YAXPANJJ@Z)
baum.obj : error LNK2001: unresolved external symbol "double * __cdecl dvector(long,long)" (?dvector@@YAPANJJ@Z)
hmmutils.obj : error LNK2001: unresolved external symbol "double * __cdecl dvector(long,long)" (?dvector@@YAPANJJ@Z)
baum.obj : error LNK2001: unresolved external symbol "double * * __cdecl dmatrix(long,long,long,long)" (?dmatrix@@YAPAPANJJJJ@Z)
hmmutils.obj : error LNK2001: unresolved external symbol "double * * __cdecl dmatrix(long,long,long,long)" (?dmatrix@@YAPAPANJJJJ@Z)
main.obj : error LNK2001: unresolved external symbol "double * * __cdecl dmatrix(long,long,long,long)" (?dmatrix@@YAPAPANJJJJ@Z)
baum.obj : error LNK2001: unresolved external symbol "void __cdecl free_dmatrix(double * *,long,long,long,long)" (?free_dmatrix@@YAXPAPANJJJJ@Z)
hmmutils.obj : error LNK2001: unresolved external symbol "void __cdecl free_dmatrix(double * *,long,long,long,long)" (?free_dmatrix@@YAXPAPANJJJJ@Z)
hmmutils.obj : error LNK2001: unresolved external symbol "double __cdecl hmmgetrand(void)" (?hmmgetrand@@YANXZ)
hmmutils.obj : error LNK2001: unresolved external symbol "void __cdecl hmmsetseed(int)" (?hmmsetseed@@YAXH@Z)
main.obj : error LNK2001: unresolved external symbol "int * __cdecl ivector(long,long)" (?ivector@@YAPAHJJ@Z)
Debug/HMM.exe : fatal error LNK1120: 7 unresolved externals
執行 link.exe 時出錯.
Creating command line "bscmake.exe /nologo /o"Debug/HMM.bsc" ".\Debug\backward.sbr" ".\Debug\baum.sbr" ".\Debug\forward.sbr" ".\Debug\hmmutils.sbr" ".\Debug\main.sbr""
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
HMM.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -