📄 22 dipslib.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 22 DIPSLib - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\snlee1\LOCALS~1\Temp\RSP81.tmp" with contents
[
/nologo /MD /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MY22DIPSLIB_EXPORTS" /Fp"Debug/22 DIPSLib.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\F盘资料\VC 源代码\Windows核心编程源代码\22-DIPSLib\DIPSLib.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\snlee1\LOCALS~1\Temp\RSP81.tmp"
Creating temporary file "D:\DOCUME~1\snlee1\LOCALS~1\Temp\RSP82.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 /dll /incremental:yes /pdb:"..\x86\Debug/22 DIPSLib.pdb" /debug /machine:I386 /out:"..\x86\Debug/22 DIPSLib.dll" /implib:"..\x86\Debug/22 DIPSLib.lib" /pdbtype:sept
".\Debug\DIPSLib.obj"
".\Debug\DIPSLib.res"
]
Creating command line "link.exe @D:\DOCUME~1\snlee1\LOCALS~1\Temp\RSP82.tmp"
<h3>Output Window</h3>
Compiling...
DIPSLib.cpp
You are not using the latest Platform SDK header/library
files. This may prevent the project from building correctly.
e:\f盘资料\vc 源代码\windows核心编程源代码\cmnhdr.h(213) : error C2065: 'GetWindowLongPtr' : undeclared identifier
e:\f盘资料\vc 源代码\windows核心编程源代码\cmnhdr.h(213) : error C2065: 'GWLP_HINSTANCE' : undeclared identifier
e:\f盘资料\vc 源代码\windows核心编程源代码\22-dipslib\dipslib.cpp(145) : error C2664: 'CreateDialogParamA' : 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>
22 DIPSLib.dll - 3 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -