📄 users.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Users - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\mudtail\LOCALS~1\Temp\RSP61.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/Users.pdb" /debug /machine:I386 /out:"Debug/Users.exe" /pdbtype:sept
".\Debug\Users.obj"
]
Creating command line "link.exe @C:\DOCUME~1\mudtail\LOCALS~1\Temp\RSP61.tmp"
<h3>Output Window</h3>
Linking...
Users.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall ADOConn::~ADOConn(void)" (??1ADOConn@@UAE@XZ)
Users.obj : error LNK2001: unresolved external symbol "public: class _com_ptr_t<class _com_IIID<struct _Recordset,&struct __s_GUID _GUID_00000556_0000_0010_8000_00aa006d2ea4> > & __thiscall ADOConn::GetRecordSet(class _bstr_t)" (?GetRecordSet@ADOConn@@QAEAAV?$_com_ptr_t@V?$_com_IIID@U_Recordset@@$1?_GUID_00000556_0000_0010_8000_00aa006d2ea4@@3U__s_GUID@@A@@@@V_bstr_t@@@Z)
Users.obj : error LNK2001: unresolved external symbol "public: void __thiscall ADOConn::OnInitADOConn(void)" (?OnInitADOConn@ADOConn@@QAEXXZ)
Users.obj : error LNK2001: unresolved external symbol "public: __thiscall ADOConn::ADOConn(void)" (??0ADOConn@@QAE@XZ)
Users.obj : error LNK2001: unresolved external symbol "public: void __thiscall ADOConn::ExitConnect(void)" (?ExitConnect@ADOConn@@QAEXXZ)
Users.obj : error LNK2001: unresolved external symbol "public: int __thiscall ADOConn::ExecuteSQL(class _bstr_t)" (?ExecuteSQL@ADOConn@@QAEHV_bstr_t@@@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/Users.exe : fatal error LNK1120: 9 unresolved externals
Error executing link.exe.
<h3>Results</h3>
Users.exe - 10 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -