📄 master104_demo.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Master_104 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Master_104.res" /d "_DEBUG" /d "_AFXDLL" "G:\Mysoft\Lib870-5code\Master_104\Master_104.rc""
Creating temporary file "F:\DOCUME~1\yangwei\LOCALS~1\Temp\RSP43.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/Master_104.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\Mysoft\Lib870-5code\Master_104\Expire.cpp"
"G:\Mysoft\Lib870-5code\Master_104\IEC104link.cpp"
"G:\Mysoft\Lib870-5code\Master_104\Master104.cpp"
"G:\Mysoft\Lib870-5code\Master_104\Master_104.cpp"
]
Creating command line "cl.exe @F:\DOCUME~1\yangwei\LOCALS~1\Temp\RSP43.tmp"
Creating temporary file "F:\DOCUME~1\yangwei\LOCALS~1\Temp\RSP44.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Debug/Master_104.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\Mysoft\Lib870-5code\Master_104\StdAfx.cpp"
]
Creating command line "cl.exe @F:\DOCUME~1\yangwei\LOCALS~1\Temp\RSP44.tmp"
Creating temporary file "F:\DOCUME~1\yangwei\LOCALS~1\Temp\RSP45.tmp" with contents
[
Ws2_32.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/Master_104.pdb" /debug /machine:I386 /def:".\Master_104.def" /out:"Debug/Master_104.dll" /implib:"Debug/Master_104.lib" /pdbtype:sept
".\Debug\Expire.obj"
".\Debug\IEC104link.obj"
".\Debug\Master104.obj"
".\Debug\Master_104.obj"
".\Debug\StdAfx.obj"
".\Debug\Master_104.res"
]
Creating command line "link.exe @F:\DOCUME~1\yangwei\LOCALS~1\Temp\RSP45.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Expire.cpp
g:\mysoft\lib870-5code\master_104\expire.cpp(215) : warning C4101: 'size' : unreferenced local variable
IEC104link.cpp
g:\mysoft\lib870-5code\master_104\iec104link.cpp(353) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
g:\mysoft\lib870-5code\master_104\iec104link.cpp(1046) : warning C4101: 'copy1' : unreferenced local variable
Master104.cpp
g:\mysoft\lib870-5code\master_104\iec104link.cpp(75) : warning C4715: 'CBasechSocket::Connect' : not all control paths return a value
Master_104.cpp
Linking...
Creating library Debug/Master_104.lib and object Debug/Master_104.exp
<h3>
--------------------Configuration: Master104_Demo - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Master104_Demo.res" /d "_DEBUG" /d "_AFXDLL" "G:\Mysoft\Lib875-5Demo\104规约\Master\Master104_Demo\Master104_Demo.rc""
Creating temporary file "F:\DOCUME~1\yangwei\LOCALS~1\Temp\RSP49.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/Master104_Demo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\Mysoft\Lib875-5Demo\104规约\Master\Master104_Demo\Master104_Demo.cpp"
"G:\Mysoft\Lib875-5Demo\104规约\Master\Master104_Demo\Master104_DemoDlg.cpp"
"G:\Mysoft\Lib875-5Demo\104规约\Master\Master104_Demo\Master104real.cpp"
]
Creating command line "cl.exe @F:\DOCUME~1\yangwei\LOCALS~1\Temp\RSP49.tmp"
Creating temporary file "F:\DOCUME~1\yangwei\LOCALS~1\Temp\RSP4A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/Master104_Demo.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\Mysoft\Lib875-5Demo\104规约\Master\Master104_Demo\StdAfx.cpp"
]
Creating command line "cl.exe @F:\DOCUME~1\yangwei\LOCALS~1\Temp\RSP4A.tmp"
Creating temporary file "F:\DOCUME~1\yangwei\LOCALS~1\Temp\RSP4B.tmp" with contents
[
Master_104.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Master104_Demo.pdb" /debug /machine:I386 /out:"Master104_Demo.exe" /pdbtype:sept
".\Debug\Master104_Demo.obj"
".\Debug\Master104_DemoDlg.obj"
".\Debug\Master104real.obj"
".\Debug\StdAfx.obj"
".\Debug\Master104_Demo.res"
"\Mysoft\Lib870-5code\Master_104\Debug\Master_104.lib"
]
Creating command line "link.exe @F:\DOCUME~1\yangwei\LOCALS~1\Temp\RSP4B.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Master104_Demo.cpp
Master104_DemoDlg.cpp
G:\Mysoft\Lib875-5Demo\104规约\Master\Master104_Demo\Master104_DemoDlg.cpp(376) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
G:\Mysoft\Lib875-5Demo\104规约\Master\Master104_Demo\Master104_DemoDlg.cpp(377) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
G:\Mysoft\Lib875-5Demo\104规约\Master\Master104_Demo\Master104_DemoDlg.cpp(378) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
G:\Mysoft\Lib875-5Demo\104规约\Master\Master104_Demo\Master104_DemoDlg.cpp(379) : warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data
G:\Mysoft\Lib875-5Demo\104规约\Master\Master104_Demo\Master104_DemoDlg.cpp(362) : warning C4101: 'csbuff' : unreferenced local variable
Master104real.cpp
Generating Code...
Linking...
<h3>Results</h3>
Master104_Demo.exe - 0 error(s), 9 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -