📄 mydllcheckdlg.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MydllcheckDlg - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1.DC4\LOCALS~1\Temp\RSP24A.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/MydllcheckDlg.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\Administrator.DC4C149024AE4B0\桌面\040640319付斌\040640319付斌\动态链接库\Mydllcheck\MydllcheckDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1.DC4\LOCALS~1\Temp\RSP24A.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1.DC4\LOCALS~1\Temp\RSP24B.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 /nologo /subsystem:console /incremental:yes /pdb:"Debug/MydllcheckDlg.pdb" /debug /machine:I386 /out:"Debug/MydllcheckDlg.exe" /pdbtype:sept
".\Debug\MydllcheckDlg.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1.DC4\LOCALS~1\Temp\RSP24B.tmp"
<h3>Output Window</h3>
Compiling...
MydllcheckDlg.cpp
Linking...
MydllcheckDlg.obj : error LNK2001: unresolved external symbol "int __cdecl add(int,int)" (?add@@YAHHH@Z)
MydllcheckDlg.obj : error LNK2001: unresolved external symbol "int __cdecl subtract(int,int)" (?subtract@@YAHHH@Z)
MydllcheckDlg.obj : error LNK2001: unresolved external symbol "int __cdecl multiply(int,int)" (?multiply@@YAHHH@Z)
MydllcheckDlg.obj : error LNK2001: unresolved external symbol "int __cdecl divide(int,int)" (?divide@@YAHHH@Z)
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
libcd.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/MydllcheckDlg.exe : fatal error LNK1120: 7 unresolved externals
执行 link.exe 时出错.
<h3>Results</h3>
MydllcheckDlg.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -