📄 commtestdlg.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: commtestDlg - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\TEMP\RSP1031.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/commtestDlg.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\source\serialport_demo\Data\Programming\Microsoft\Visual C++\CommTest\commtestDlg.cpp"
]
Creating command line "cl.exe @D:\TEMP\RSP1031.tmp"
Creating temporary file "D:\TEMP\RSP1032.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/commtestDlg.pdb" /debug /machine:I386 /out:"Debug/commtestDlg.exe" /pdbtype:sept
".\Debug\commtestDlg.obj"
]
Creating command line "link.exe @D:\TEMP\RSP1032.tmp"
<h3>Output Window</h3>
Compiling...
commtestDlg.cpp
Linking...
commtestDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall CSerialPort::CSerialPort(void)" (??0CSerialPort@@QAE@XZ)
commtestDlg.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CSerialPort::~CSerialPort(void)" (??1CSerialPort@@UAE@XZ)
commtestDlg.obj : error LNK2001: unresolved external symbol "public: int __thiscall CSerialPort::StartMonitoring(void)" (?StartMonitoring@CSerialPort@@QAEHXZ)
commtestDlg.obj : error LNK2001: unresolved external symbol "public: int __thiscall CSerialPort::InitPort(class CWnd *,unsigned int,unsigned int,char,unsigned int,unsigned int,unsigned long,unsigned int)" (?InitPort@CSerialPort@@QAEHPAVCWnd@@IIDIIKI@Z)
commtestDlg.obj : error LNK2001: unresolved external symbol "public: void __thiscall CSerialPort::WriteToPort(char *)" (?WriteToPort@CSerialPort@@QAEXPAD@Z)
commtestDlg.obj : error LNK2001: unresolved external symbol "public: unsigned long __thiscall CSerialPort::GetCommEvents(void)" (?GetCommEvents@CSerialPort@@QAEKXZ)
commtestDlg.obj : error LNK2001: unresolved external symbol "public: unsigned long __thiscall CSerialPort::GetWriteBufferSize(void)" (?GetWriteBufferSize@CSerialPort@@QAEKXZ)
commtestDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall CConfigDlg::CConfigDlg(class CWnd *,struct _DCB)" (??0CConfigDlg@@QAE@PAVCWnd@@U_DCB@@@Z)
commtestDlg.obj : error LNK2001: unresolved external symbol "public: struct _DCB __thiscall CSerialPort::GetDCB(void)" (?GetDCB@CSerialPort@@QAE?AU_DCB@@XZ)
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/commtestDlg.exe : fatal error LNK1120: 12 unresolved externals
Error executing link.exe.
<h3>Results</h3>
commtestDlg.exe - 13 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -