📄 01 errorshow.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 01 ErrorShow - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/ErrorShow.res" /d "_DEBUG" "D:\windows核心编程rsc\01-ErrorShow\ErrorShow.rc""
Creating temporary file "C:\DOCUME~1\wangxg\LOCALS~1\Temp\RSP4C.tmp" with contents
[
/nologo /MD /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/01 ErrorShow.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\windows核心编程rsc\01-ErrorShow\ErrorShow.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\wangxg\LOCALS~1\Temp\RSP4C.tmp"
Creating temporary file "C:\DOCUME~1\wangxg\LOCALS~1\Temp\RSP4D.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:"..\x86\Debug/01 ErrorShow.pdb" /debug /machine:I386 /out:"..\x86\Debug/01 ErrorShow.exe" /pdbtype:sept
".\Debug\ErrorShow.obj"
".\Debug\ErrorShow.res"
]
Creating command line "link.exe @C:\DOCUME~1\wangxg\LOCALS~1\Temp\RSP4D.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
ErrorShow.cpp
You are not using the latest Platform SDK header/library
files. This may prevent the project from building correctly.
d:\windows核心编程rsc\cmnhdr.h(212) : error C2065: 'GetWindowLongPtr' : undeclared identifier
d:\windows核心编程rsc\cmnhdr.h(212) : error C2065: 'GWLP_HINSTANCE' : undeclared identifier
d:\windows核心编程rsc\01-errorshow\errorshow.cpp(83) : error C2065: 'PCTSTR' : undeclared identifier
d:\windows核心编程rsc\01-errorshow\errorshow.cpp(83) : error C2146: syntax error : missing ')' before identifier 'LocalLock'
d:\windows核心编程rsc\01-errorshow\errorshow.cpp(83) : error C2059: syntax error : ')'
d:\windows核心编程rsc\01-errorshow\errorshow.cpp(125) : error C2664: 'DialogBoxParamA' : cannot convert parameter 4 from 'long (struct HWND__ *,unsigned int,unsigned int,long)' to 'int (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,long)'
None of the functions with this name in scope match the target type
Error executing cl.exe.
<h3>Results</h3>
01 ErrorShow.exe - 6 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -