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

📄 smstest.plg

📁 一个短信收发系统,需要连接一个串口短信发送装置,可以作为oa系统的一个模块.
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SmsTest - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/SmsTest.res" /d "NDEBUG" /d "_AFXDLL" "I:\SmsTest\SmsTest.rc"" 
Creating temporary file "E:\DOCUME~1\joyser\LOCALS~1\Temp\RSP3.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/SmsTest.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"I:\SmsTest\ClerkDataSet.cpp"
"I:\SmsTest\LoginDlg.cpp"
"I:\SmsTest\MainFrm.cpp"
"I:\SmsTest\MsgDataSet.cpp"
"I:\SmsTest\SettingsDlg.cpp"
"I:\SmsTest\Sms.cpp"
"I:\SmsTest\SmsTest.cpp"
"I:\SmsTest\SmsTestView.cpp"
"I:\SmsTest\SmsTraffic.cpp"
]
Creating command line "cl.exe @E:\DOCUME~1\joyser\LOCALS~1\Temp\RSP3.tmp" 
Creating temporary file "E:\DOCUME~1\joyser\LOCALS~1\Temp\RSP4.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/SmsTest.pdb" /machine:I386 /out:"Release/SmsTest.exe" 
.\Release\ClerkDataSet.obj
.\Release\Comm.obj
.\Release\LoginDlg.obj
.\Release\MainFrm.obj
.\Release\MsgDataSet.obj
.\Release\SettingsDlg.obj
.\Release\Sms.obj
.\Release\SmsTest.obj
.\Release\SmsTestDoc.obj
.\Release\SmsTestView.obj
.\Release\SmsTraffic.obj
.\Release\StdAfx.obj
.\Release\SmsTest.res
]
Creating command line "link.exe @E:\DOCUME~1\joyser\LOCALS~1\Temp\RSP4.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
ClerkDataSet.cpp
I:\SmsTest\MsgDataSet.h(14) : error C2504: 'CRecordset' : base class undefined
I:\SmsTest\MsgDataSet.h(16) : error C2629: unexpected 'class CMsgDataSet ('
I:\SmsTest\MsgDataSet.h(16) : error C2238: unexpected token(s) preceding ';'
I:\SmsTest\MsgDataSet.h(37) : error C2061: syntax error : identifier 'CFieldExchange'
I:\SmsTest\ClerkDataSet.h(14) : error C2504: 'CRecordset' : base class undefined
I:\SmsTest\ClerkDataSet.h(16) : error C2629: unexpected 'class CClerkDataSet ('
I:\SmsTest\ClerkDataSet.h(16) : error C2238: unexpected token(s) preceding ';'
I:\SmsTest\ClerkDataSet.h(34) : error C2061: syntax error : identifier 'CFieldExchange'
I:\SmsTest\ClerkDataSet.cpp(17) : error C2653: 'CRecordset' : is not a class or namespace name
I:\SmsTest\ClerkDataSet.cpp(17) : error C2065: 'classCRecordset' : undeclared identifier
I:\SmsTest\ClerkDataSet.cpp(19) : error C2065: 'CDatabase' : undeclared identifier
I:\SmsTest\ClerkDataSet.cpp(19) : error C2065: 'pdb' : undeclared identifier
I:\SmsTest\ClerkDataSet.cpp(20) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition
I:\SmsTest\ClerkDataSet.cpp(20) : error C2143: syntax error : missing ';' before ':'
I:\SmsTest\ClerkDataSet.cpp(21) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition
I:\SmsTest\ClerkDataSet.cpp(43) : error C2065: 'CFieldExchange' : undeclared identifier
I:\SmsTest\ClerkDataSet.cpp(43) : error C2065: 'pFX' : undeclared identifier
I:\SmsTest\ClerkDataSet.cpp(44) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition
LoginDlg.cpp
I:\SmsTest\MsgDataSet.h(14) : error C2504: 'CRecordset' : base class undefined
I:\SmsTest\MsgDataSet.h(16) : error C2629: unexpected 'class CMsgDataSet ('
I:\SmsTest\MsgDataSet.h(16) : error C2238: unexpected token(s) preceding ';'
I:\SmsTest\MsgDataSet.h(37) : error C2061: syntax error : identifier 'CFieldExchange'
I:\SmsTest\ClerkDataSet.h(14) : error C2504: 'CRecordset' : base class undefined
I:\SmsTest\ClerkDataSet.h(16) : error C2629: unexpected 'class CClerkDataSet ('
I:\SmsTest\ClerkDataSet.h(16) : error C2238: unexpected token(s) preceding ';'
I:\SmsTest\ClerkDataSet.h(34) : error C2061: syntax error : identifier 'CFieldExchange'
I:\SmsTest\LoginDlg.cpp(67) : error C2039: 'Open' : is not a member of 'CClerkDataSet'
        I:\SmsTest\ClerkDataSet.h(13) : see declaration of 'CClerkDataSet'
I:\SmsTest\LoginDlg.cpp(67) : error C2065: 'AFX_DB_USE_DEFAULT_TYPE' : undeclared identifier
I:\SmsTest\LoginDlg.cpp(72) : error C2039: 'IsEOF' : is not a member of 'CClerkDataSet'
        I:\SmsTest\ClerkDataSet.h(13) : see declaration of 'CClerkDataSet'
MainFrm.cpp
I:\SmsTest\MsgDataSet.h(14) : error C2504: 'CRecordset' : base class undefined
I:\SmsTest\MsgDataSet.h(16) : error C2629: unexpected 'class CMsgDataSet ('
I:\SmsTest\MsgDataSet.h(16) : error C2238: unexpected token(s) preceding ';'
I:\SmsTest\MsgDataSet.h(37) : error C2061: syntax error : identifier 'CFieldExchange'
MsgDataSet.cpp
I:\SmsTest\MsgDataSet.h(14) : error C2504: 'CRecordset' : base class undefined
I:\SmsTest\MsgDataSet.h(16) : error C2629: unexpected 'class CMsgDataSet ('
I:\SmsTest\MsgDataSet.h(16) : error C2238: unexpected token(s) preceding ';'
I:\SmsTest\MsgDataSet.h(37) : error C2061: syntax error : identifier 'CFieldExchange'
I:\SmsTest\MsgDataSet.cpp(17) : error C2653: 'CRecordset' : is not a class or namespace name
I:\SmsTest\MsgDataSet.cpp(17) : error C2065: 'classCRecordset' : undeclared identifier
I:\SmsTest\MsgDataSet.cpp(19) : error C2065: 'CDatabase' : undeclared identifier
I:\SmsTest\MsgDataSet.cpp(19) : error C2065: 'pdb' : undeclared identifier
I:\SmsTest\MsgDataSet.cpp(20) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition
I:\SmsTest\MsgDataSet.cpp(20) : error C2143: syntax error : missing ';' before ':'
I:\SmsTest\MsgDataSet.cpp(21) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition
I:\SmsTest\MsgDataSet.cpp(46) : error C2065: 'CFieldExchange' : undeclared identifier
I:\SmsTest\MsgDataSet.cpp(46) : error C2065: 'pFX' : undeclared identifier
I:\SmsTest\MsgDataSet.cpp(47) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition
SettingsDlg.cpp
I:\SmsTest\MsgDataSet.h(14) : error C2504: 'CRecordset' : base class undefined
I:\SmsTest\MsgDataSet.h(16) : error C2629: unexpected 'class CMsgDataSet ('
I:\SmsTest\MsgDataSet.h(16) : error C2238: unexpected token(s) preceding ';'
I:\SmsTest\MsgDataSet.h(37) : error C2061: syntax error : identifier 'CFieldExchange'
Sms.cpp
SmsTest.cpp
I:\SmsTest\MsgDataSet.h(14) : error C2504: 'CRecordset' : base class undefined
I:\SmsTest\MsgDataSet.h(16) : error C2629: unexpected 'class CMsgDataSet ('
I:\SmsTest\MsgDataSet.h(16) : error C2238: unexpected token(s) preceding ';'
I:\SmsTest\MsgDataSet.h(37) : error C2061: syntax error : identifier 'CFieldExchange'
SmsTestView.cpp
I:\SmsTest\MsgDataSet.h(14) : error C2504: 'CRecordset' : base class undefined
I:\SmsTest\MsgDataSet.h(16) : error C2629: unexpected 'class CMsgDataSet ('
I:\SmsTest\MsgDataSet.h(16) : error C2238: unexpected token(s) preceding ';'
I:\SmsTest\MsgDataSet.h(37) : error C2061: syntax error : identifier 'CFieldExchange'
I:\SmsTest\SmsTestView.cpp(153) : error C2039: 'Open' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTestView.cpp(153) : error C2065: 'AFX_DB_USE_DEFAULT_TYPE' : undeclared identifier
I:\SmsTest\SmsTestView.cpp(155) : error C2039: 'MoveFirst' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTestView.cpp(156) : error C2039: 'AddNew' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTestView.cpp(163) : error C2039: 'Update' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTestView.cpp(164) : error C2039: 'Requery' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTestView.cpp(165) : error C2039: 'Close' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTestView.cpp(171) : error C2039: 'Close' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
SmsTraffic.cpp
I:\SmsTest\MsgDataSet.h(14) : error C2504: 'CRecordset' : base class undefined
I:\SmsTest\MsgDataSet.h(16) : error C2629: unexpected 'class CMsgDataSet ('
I:\SmsTest\MsgDataSet.h(16) : error C2238: unexpected token(s) preceding ';'
I:\SmsTest\MsgDataSet.h(37) : error C2061: syntax error : identifier 'CFieldExchange'
I:\SmsTest\SmsTraffic.cpp(247) : error C2039: 'Open' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTraffic.cpp(247) : error C2065: 'AFX_DB_USE_DEFAULT_TYPE' : undeclared identifier
I:\SmsTest\SmsTraffic.cpp(252) : error C2039: 'IsEOF' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTraffic.cpp(292) : error C2039: 'Edit' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTraffic.cpp(295) : error C2039: 'Update' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTraffic.cpp(296) : error C2039: 'Requery' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTraffic.cpp(301) : error C2039: 'Edit' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTraffic.cpp(303) : error C2039: 'Update' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTraffic.cpp(304) : error C2039: 'Requery' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTraffic.cpp(307) : error C2039: 'Close' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
I:\SmsTest\SmsTraffic.cpp(314) : error C2039: 'Close' : is not a member of 'CMsgDataSet'
        I:\SmsTest\MsgDataSet.h(13) : see declaration of 'CMsgDataSet'
Generating Code...
Error executing cl.exe.



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

⌨️ 快捷键说明

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