📄 mythread.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyThread - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/MyThread.res" /d "NDEBUG" /d "_AFXDLL" "E:\桌面\6-5\MyThread.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1A.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/MyThread.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\桌面\6-5\MyThread.cpp"
"E:\桌面\6-5\MyThreadDlg.cpp"
"E:\桌面\6-5\Reg.cpp"
"E:\桌面\6-5\SmgpOperate.cpp"
"E:\桌面\6-5\Thread1.cpp"
"E:\桌面\6-5\Thread2.cpp"
"E:\桌面\6-5\Thread3.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1A.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/MyThread.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\桌面\6-5\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1B.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1C.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/MyThread.pdb" /machine:I386 /out:"Release/MyThread.exe"
".\Release\MyThread.obj"
".\Release\MyThreadDlg.obj"
".\Release\Reg.obj"
".\Release\SmgpOperate.obj"
".\Release\StdAfx.obj"
".\Release\Thread1.obj"
".\Release\Thread2.obj"
".\Release\Thread3.obj"
".\Release\MyThread.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1C.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
e:\桌面\6-5\release\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Compiling...
MyThread.cpp
MyThreadDlg.cpp
Reg.cpp
SmgpOperate.cpp
E:\桌面\6-5\SmgpOperate.cpp(220) : warning C4305: '=' : truncation from 'const int' to 'char'
E:\桌面\6-5\SmgpOperate.cpp(220) : warning C4309: '=' : truncation of constant value
E:\桌面\6-5\SmgpOperate.cpp(221) : warning C4305: '=' : truncation from 'const int' to 'char'
E:\桌面\6-5\SmgpOperate.cpp(221) : warning C4309: '=' : truncation of constant value
E:\桌面\6-5\SmgpOperate.cpp(222) : warning C4305: '=' : truncation from 'const int' to 'char'
E:\桌面\6-5\SmgpOperate.cpp(222) : warning C4309: '=' : truncation of constant value
E:\桌面\6-5\SmgpOperate.cpp(229) : warning C4305: '=' : truncation from 'const int' to 'char'
E:\桌面\6-5\SmgpOperate.cpp(229) : warning C4309: '=' : truncation of constant value
E:\桌面\6-5\SmgpOperate.cpp(268) : warning C4305: '=' : truncation from 'const int' to 'char'
E:\桌面\6-5\SmgpOperate.cpp(268) : warning C4309: '=' : truncation of constant value
E:\桌面\6-5\SmgpOperate.cpp(269) : warning C4305: '=' : truncation from 'const int' to 'char'
E:\桌面\6-5\SmgpOperate.cpp(269) : warning C4309: '=' : truncation of constant value
E:\桌面\6-5\SmgpOperate.cpp(296) : warning C4305: '=' : truncation from 'const int' to 'char'
E:\桌面\6-5\SmgpOperate.cpp(296) : warning C4309: '=' : truncation of constant value
E:\桌面\6-5\SmgpOperate.cpp(297) : warning C4305: '=' : truncation from 'const int' to 'char'
E:\桌面\6-5\SmgpOperate.cpp(297) : warning C4309: '=' : truncation of constant value
E:\桌面\6-5\SmgpOperate.cpp(323) : warning C4305: '=' : truncation from 'const int' to 'char'
E:\桌面\6-5\SmgpOperate.cpp(323) : warning C4309: '=' : truncation of constant value
E:\桌面\6-5\SmgpOperate.cpp(324) : warning C4305: '=' : truncation from 'const int' to 'char'
E:\桌面\6-5\SmgpOperate.cpp(324) : warning C4309: '=' : truncation of constant value
E:\桌面\6-5\SmgpOperate.cpp(328) : warning C4305: '=' : truncation from 'const int' to 'char'
E:\桌面\6-5\SmgpOperate.cpp(328) : warning C4309: '=' : truncation of constant value
E:\桌面\6-5\SmgpOperate.cpp(329) : warning C4305: '=' : truncation from 'const int' to 'char'
E:\桌面\6-5\SmgpOperate.cpp(329) : warning C4309: '=' : truncation of constant value
Thread1.cpp
Thread2.cpp
Thread3.cpp
Generating Code...
Linking...
<h3>Results</h3>
MyThread.exe - 0 error(s), 25 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -