⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jhhb.plg

📁 串口调试助手的源代码
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: JHHB - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPDC.tmp" with contents
[
/nologo /MTd /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp".\Debug/JHHB.pch" /Yu"stdafx.h" /Fo".\Debug/" /Fd".\Debug/" /c 
"D:\Project\Jhhb\comm.cpp"
"D:\Project\Jhhb\DialDlg.cpp"
"D:\Project\Jhhb\JHHB.cpp"
"D:\Project\Jhhb\Tapierr.cpp"
"D:\Project\Jhhb\Tapiline.cpp"
"D:\Project\Jhhb\Tapix.cpp"
"D:\Project\Jhhb\WaitLineDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPDC.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPDD.tmp" with contents
[
tapi32.lib /nologo /subsystem:windows /incremental:yes /pdb:".\JHHB.pdb" /debug /machine:I386 /out:".\JHHB.exe" 
.\Debug\AboutDlg.obj
.\Debug\AddHBDataSet.obj
.\Debug\ATabCtrl.obj
.\Debug\comm.obj
.\Debug\CommSettingsDlg.obj
.\Debug\CtrlInfo.obj
.\Debug\DaoAddHBDataSet.obj
.\Debug\DaoHBDateDataSet.obj
.\Debug\DaoHBRecSet.obj
.\Debug\DaoShareHBDataSet.obj
.\Debug\DaoStationInfoSet.obj
.\Debug\DatabaseList.obj
.\Debug\DataListView.obj
.\Debug\DateDlg.obj
.\Debug\DayGridWnd.obj
.\Debug\DialDlg.obj
.\Debug\GraphWnd.obj
.\Debug\HBDateDataSet.obj
.\Debug\HBRecSet.obj
.\Debug\JHHB.obj
.\Debug\JHHBDoc.obj
.\Debug\JHHBSplitter.obj
.\Debug\JHHBView.obj
.\Debug\LogView.obj
.\Debug\MainFrm.obj
.\Debug\ModemSetupDlg.obj
.\Debug\MyStatusBar.obj
.\Debug\RealDlg.obj
.\Debug\RelayShow.obj
.\Debug\Rowview.obj
.\Debug\SeleStationDlg.obj
.\Debug\StationCtrl.obj
.\Debug\StationCtrlDlg.obj
.\Debug\StationInfoSet.obj
.\Debug\StdAfx.obj
.\Debug\Sysinfo.obj
.\Debug\Tapierr.obj
.\Debug\Tapiline.obj
.\Debug\Tapix.obj
.\Debug\WaitLineDlg.obj
.\Debug\JHHB.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPDD.tmp"
<h3>Output Window</h3>
Compiling...
comm.cpp
D:\Project\Jhhb\comm.cpp(144) : error C2065: 'ian' : undeclared identifier
D:\Project\Jhhb\comm.cpp(144) : error C2146: syntax error : missing ';' before identifier 'DCB'
D:\Project\Jhhb\comm.cpp(144) : error C2146: syntax error : missing ';' before identifier 'dcb'
D:\Project\Jhhb\comm.cpp(144) : error C2275: 'DCB' : illegal use of this type as an expression
        e:\program files\microsoft visual studio\vc98\include\winbase.h(474) : see declaration of 'DCB'
D:\Project\Jhhb\comm.cpp(144) : error C2065: 'dcb' : undeclared identifier
D:\Project\Jhhb\comm.cpp(179) : error C2228: left of '.DCBlength' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(182) : error C2228: left of '.BaudRate' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(183) : error C2228: left of '.ByteSize' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(184) : error C2228: left of '.Parity' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(185) : error C2228: left of '.StopBits' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(190) : error C2228: left of '.fOutxDsrFlow' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(192) : error C2228: left of '.fDtrControl' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(194) : error C2228: left of '.fDtrControl' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(197) : error C2228: left of '.fOutxCtsFlow' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(199) : error C2228: left of '.fRtsControl' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(201) : error C2228: left of '.fRtsControl' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(205) : error C2228: left of '.fInX' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(205) : error C2228: left of '.fOutX' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(206) : error C2228: left of '.XonChar' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(207) : error C2228: left of '.XoffChar' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(208) : error C2228: left of '.XonLim' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(209) : error C2228: left of '.XoffLim' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(212) : error C2228: left of '.fBinary' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(213) : error C2228: left of '.fParity' must have class/struct/union type
D:\Project\Jhhb\comm.cpp(234) : error C2228: left of '.fAbortOnError' must have class/struct/union type
DialDlg.cpp
JHHB.cpp
Tapierr.cpp
Tapiline.cpp
Tapix.cpp
WaitLineDlg.cpp
Generating Code...
Error executing cl.exe.



<h3>Results</h3>
JHHB.exe - 25 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -