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

📄 水箱实验view.plg

📁 这是一个水箱的液位控制程序
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 水箱实验View - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\315\LOCALS~1\Temp\RSP2.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/水箱实验View.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\水箱控制实验-计算机控制基础1\水箱实验View.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\315\LOCALS~1\Temp\RSP2.tmp" 
Creating temporary file "D:\DOCUME~1\315\LOCALS~1\Temp\RSP3.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/水箱实验View.pdb" /debug /machine:I386 /out:"Debug/水箱实验View.exe" /pdbtype:sept 
".\Debug\水箱实验View.obj"
]
Creating command line "link.exe @D:\DOCUME~1\315\LOCALS~1\Temp\RSP3.tmp"
<h3>Output Window</h3>
Compiling...
水箱实验View.cpp
E:\水箱控制实验-计算机控制基础1\水箱实验View.cpp(2159) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\水箱控制实验-计算机控制基础1\水箱实验View.cpp(2159) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\水箱控制实验-计算机控制基础1\水箱实验View.cpp(2161) : warning C4305: '=' : truncation from 'const double' to 'float'
E:\水箱控制实验-计算机控制基础1\水箱实验View.cpp(2193) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\水箱控制实验-计算机控制基础1\水箱实验View.cpp(2193) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\水箱控制实验-计算机控制基础1\水箱实验View.cpp(2228) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
E:\水箱控制实验-计算机控制基础1\水箱实验View.cpp(2261) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
E:\水箱控制实验-计算机控制基础1\水箱实验View.cpp(2295) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\水箱控制实验-计算机控制基础1\水箱实验View.cpp(2297) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
E:\水箱控制实验-计算机控制基础1\水箱实验View.cpp(2554) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\水箱控制实验-计算机控制基础1\水箱实验View.cpp(2364) : warning C4101: 'j' : unreferenced local variable
E:\水箱控制实验-计算机控制基础1\水箱实验View.cpp(2678) : warning C4018: '<=' : signed/unsigned mismatch
Linking...
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall DataPort::DataPort(void)" (??0DataPort@@QAE@XZ)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall DataPort::~DataPort(void)" (??1DataPort@@UAE@XZ)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: static struct CRuntimeClass const  CMyDoc::classCMyDoc" (?classCMyDoc@CMyDoc@@2UCRuntimeClass@@B)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall Ccaiyang::Ccaiyang(class CWnd *)" (??0Ccaiyang@@QAE@PAVCWnd@@@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall CPIDDlg::CPIDDlg(class CWnd *)" (??0CPIDDlg@@QAE@PAVCWnd@@@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall CControlerSet::CControlerSet(class CWnd *)" (??0CControlerSet@@QAE@PAVCWnd@@@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall Csetsv::Csetsv(class CWnd *)" (??0Csetsv@@QAE@PAVCWnd@@@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: void __thiscall DataPort::SetData2(float)" (?SetData2@DataPort@@QAEXM@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: void __thiscall DataPort::SetData1(float)" (?SetData1@DataPort@@QAEXM@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: float __thiscall DataPort::GetData2(void)" (?GetData2@DataPort@@QAEMXZ)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: float __thiscall DataPort::GetData1(void)" (?GetData1@DataPort@@QAEMXZ)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall CArom1::CArom1(class CWnd *)" (??0CArom1@@QAE@PAVCWnd@@@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall CArom2::CArom2(class CWnd *)" (??0CArom2@@QAE@PAVCWnd@@@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall Chistorydata::Chistorydata(class CWnd *)" (??0Chistorydata@@QAE@PAVCWnd@@@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall Cdelaytime::Cdelaytime(class CWnd *)" (??0Cdelaytime@@QAE@PAVCWnd@@@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall Cupdownlimit::Cupdownlimit(class CWnd *)" (??0Cupdownlimit@@QAE@PAVCWnd@@@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall CDrawfilter::CDrawfilter(class CWnd *)" (??0CDrawfilter@@QAE@PAVCWnd@@@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall Cwarninglimit::Cwarninglimit(class CWnd *)" (??0Cwarninglimit@@QAE@PAVCWnd@@@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall Cseriesoption::Cseriesoption(class CWnd *)" (??0Cseriesoption@@QAE@PAVCWnd@@@Z)
水箱实验View.obj : error LNK2001: unresolved external symbol "public: __thiscall CIdentifyDlg::CIdentifyDlg(class CWnd *)" (??0CIdentifyDlg@@QAE@PAVCWnd@@@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/水箱实验View.exe : fatal error LNK1120: 23 unresolved externals
Error executing link.exe.



<h3>Results</h3>
水箱实验View.exe - 24 error(s), 12 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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