📄 tt.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: tt - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1C43.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/tt.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\学习资料 及书籍文章\MFC\DISSECT\MLTITHRD.01\tt\MLTITHRD.CPP"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1C43.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1C44.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:windows /incremental:yes /pdb:"Debug/tt.pdb" /debug /machine:I386 /out:"Debug/tt.exe" /pdbtype:sept
".\Debug\MLTITHRD.OBJ"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1C44.tmp"
<h3>Output Window</h3>
Compiling...
MLTITHRD.CPP
e:\学习资料 及书籍文章\mfc\dissect\mltithrd.01\tt\mltithrd.cpp(16) : error C2731: 'WinMain' : function cannot be overloaded
e:\学习资料 及书籍文章\mfc\dissect\mltithrd.01\tt\mltithrd.cpp(14) : see declaration of 'WinMain'
e:\学习资料 及书籍文章\mfc\dissect\mltithrd.01\tt\mltithrd.cpp(29) : error C2440: '=' : cannot convert from 'void *' to 'struct HINSTANCE__ *'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast
e:\学习资料 及书籍文章\mfc\dissect\mltithrd.01\tt\mltithrd.cpp(30) : error C2664: 'LoadIconA' : cannot convert parameter 1 from 'void *' to 'struct HINSTANCE__ *'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast
e:\学习资料 及书籍文章\mfc\dissect\mltithrd.01\tt\mltithrd.cpp(32) : error C2440: '=' : cannot convert from 'void *' to 'struct HBRUSH__ *'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast
e:\学习资料 及书籍文章\mfc\dissect\mltithrd.01\tt\mltithrd.cpp(45) : error C2664: 'CreateWindowExA' : cannot convert parameter 11 from 'void *' to 'struct HINSTANCE__ *'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast
e:\学习资料 及书籍文章\mfc\dissect\mltithrd.01\tt\mltithrd.cpp(47) : error C2664: 'ShowWindow' : cannot convert parameter 1 from 'void *' to 'struct HWND__ *'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast
e:\学习资料 及书籍文章\mfc\dissect\mltithrd.01\tt\mltithrd.cpp(166) : error C2664: 'GetClientRect' : cannot convert parameter 1 from 'void *' to 'struct HWND__ *'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast
e:\学习资料 及书籍文章\mfc\dissect\mltithrd.01\tt\mltithrd.cpp(167) : error C2664: 'GetDC' : cannot convert parameter 1 from 'void *' to 'struct HWND__ *'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast
e:\学习资料 及书籍文章\mfc\dissect\mltithrd.01\tt\mltithrd.cpp(204) : error C2664: 'ReleaseDC' : cannot convert parameter 1 from 'void *' to 'struct HWND__ *'
Conversion from 'void*' to pointer to non-'void' requires an explicit cast
Error executing cl.exe.
<h3>Results</h3>
tt.exe - 9 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -