📄 15 awe.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 15 AWE - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/AWE.res" /d "_DEBUG" "G:\Tool\windows核心编程\15-AWE\AWE.rc""
Creating temporary file "R:\TEMP\RSP2.tmp" with contents
[
/nologo /MD /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/15 AWE.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"G:\Tool\windows核心编程\15-AWE\AWE.cpp"
]
Creating command line "cl.exe @R:\TEMP\RSP2.tmp"
Creating temporary file "R:\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:windows /incremental:yes /pdb:"..\x86\Debug/15 AWE.pdb" /debug /machine:I386 /out:"..\x86\Debug/15 AWE.exe" /pdbtype:sept
".\Debug\AWE.obj"
".\Debug\AWE.res"
]
Creating command line "link.exe @R:\TEMP\RSP3.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
AWE.cpp
You are not using the latest Platform SDK header/library
files. This may prevent the project from building correctly.
g:\tool\windows核心编程\cmnhdr.h(212) : error C2065: 'GetWindowLongPtr' : undeclared identifier
g:\tool\windows核心编程\cmnhdr.h(212) : error C2065: 'GWLP_HINSTANCE' : undeclared identifier
g:\tool\windows核心编程\15-awe\addrwindow.h(87) : error C2061: syntax error : identifier 'ULONG_PTR'
g:\tool\windows核心编程\15-awe\addrwindow.h(126) : error C2146: syntax error : missing ';' before identifier 'HowManyPagesAllocated'
g:\tool\windows核心编程\15-awe\addrwindow.h(126) : error C2501: 'ULONG_PTR' : missing storage-class or type specifiers
g:\tool\windows核心编程\15-awe\addrwindow.h(126) : warning C4183: 'HowManyPagesAllocated': member function definition looks like a ctor, but name does not match enclosing class
g:\tool\windows核心编程\15-awe\addrwindow.h(139) : error C2061: syntax error : identifier 'PCTSTR'
g:\tool\windows核心编程\15-awe\addrwindow.h(159) : error C2146: syntax error : missing ';' before identifier 'm_ulPages'
g:\tool\windows核心编程\15-awe\addrwindow.h(159) : error C2501: 'ULONG_PTR' : missing storage-class or type specifiers
g:\tool\windows核心编程\15-awe\addrwindow.h(159) : error C2501: 'm_ulPages' : missing storage-class or type specifiers
g:\tool\windows核心编程\15-awe\addrwindow.h(160) : error C2146: syntax error : missing ';' before identifier 'm_pulUserPfnArray'
g:\tool\windows核心编程\15-awe\addrwindow.h(160) : error C2501: 'PULONG_PTR' : missing storage-class or type specifiers
g:\tool\windows核心编程\15-awe\addrwindow.h(160) : error C2501: 'm_pulUserPfnArray' : missing storage-class or type specifiers
g:\tool\windows核心编程\15-awe\awe.cpp(19) : error C2146: syntax error : missing ';' before identifier 'g_nChars'
g:\tool\windows核心编程\15-awe\awe.cpp(19) : error C2734: 'ULONG_PTR' : const object must be initialized if not extern
g:\tool\windows核心编程\15-awe\awe.cpp(19) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
<h3>Results</h3>
15 AWE.exe - 15 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -