⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dictcomp.plg

📁 用在COM和嵌入系统开发的示例性程序源码有详细的开发说明.
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: DictComp - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP25.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DICTCOMP_EXPORTS" /Fp"Debug/DictComp.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP25.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26.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 comsupp.lib /nologo /dll /incremental:yes /pdb:"Debug/DictComp.pdb" /debug /machine:I386 /def:".\DictComp.def" /out:"..\Debug\DictComp.dll" /implib:"Debug/DictComp.lib" /pdbtype:sept 
".\Debug\DictComp.obj"
".\Debug\StdAfx.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26.tmp"
<h3>Output Window</h3>
Compiling...
DictComp.cpp
g:\book\图书\com\com原理与应用(源代码)\samples\ch2\dictcomp\dictcomp.cpp(4) : warning C4652: compiler option 'Generate Browser Info' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(134) : error C2440: '=' : cannot convert from 'struct DictWord *' to 'struct DictWord ** '
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(142) : error C2228: left of '.wordForLang1' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(147) : error C2228: left of '.wordForLang2' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(171) : error C2228: left of '.wordForLang1' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(172) : error C2228: left of '.wordForLang2' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(187) : error C2228: left of '.wordForLang1' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(190) : error C2228: left of '.wordForLang1' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(190) : error C2228: left of '.wordForLang1' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(191) : error C2228: left of '.wordForLang2' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(191) : error C2228: left of '.wordForLang2' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(206) : error C2228: left of '.wordForLang1' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(208) : error C2228: left of '.wordForLang2' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(237) : error C2228: left of '.wordForLang1' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(244) : error C2228: left of '.wordForLang2' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(273) : error C2228: left of '.wordForLang1' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(294) : error C2228: left of '.wordForLang1' must have class/struct/union type
G:\book\图书\COM\COM原理与应用(源代码)\Samples\ch2\DictComp\DictComp.cpp(296) : error C2228: left of '.wordForLang1' must have class/struct/union type
Error executing cl.exe.



<h3>Results</h3>
DictComp.dll - 17 error(s), 1 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -