versionsearcher.plg

来自「一本非常好的关于VC方面的书」· PLG 代码 · 共 46 行

PLG
46
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: VersionSearcher - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/VersionSearcher.res" /d "_DEBUG" "D:\ML_Work\VersionSearcher\VersionSearcher.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP91.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/VersionSearcher.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\ML_Work\VersionSearcher\Database.cpp"
"D:\ML_Work\VersionSearcher\VersionSearcher.cpp"
"D:\ML_Work\VersionSearcher\Window.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP91.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP92.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/VersionSearcher.pdb" /debug /machine:I386 /out:"Debug/VersionSearcher.exe" /pdbtype:sept 
.\Debug\Database.obj
.\Debug\VersionSearcher.obj
.\Debug\Window.obj
.\Debug\VersionSearcher.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP92.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
Database.cpp
d:\ml_work\versionsearcher\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
VersionSearcher.cpp
d:\ml_work\versionsearcher\versionsearcher.cpp(19) : error C2065: 'g_GdiplusStartInput' : undeclared identifier
d:\ml_work\versionsearcher\versionsearcher.cpp(33) : error C2664: 'GdiplusShutdown' : cannot convert parameter 1 from 'unsigned long *' to 'unsigned long'
        This conversion requires a reinterpret_cast, a C-style cast or function-style cast
Window.cpp
Error executing cl.exe.



<h3>Results</h3>
VersionSearcher.exe - 2 error(s), 1 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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