winver32.plg

来自「VC++源代码」· PLG 代码 · 共 32 行

PLG
32
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: winver32 - Win32 CE Unicode Debug Emulation--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\cxb\LOCALS~1\Temp\RSP5B.tmp" with contents
[
/nologo /MTd /W4 /GX /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_WIN32_WCE_EMULATION" /D "UNDER_CE" /D "UNICODE" /Fp"DebugCE/Winver32.pch" /YX /Fo"DebugCE/" /Fd"DebugCE/" /FD /c 
"F:\源程序\确定系统版本程序\Dtwinver.cpp"
"F:\源程序\确定系统版本程序\TEST.CPP"
]
Creating command line "cl.exe @C:\DOCUME~1\cxb\LOCALS~1\Temp\RSP5B.tmp" 
Creating command line "link.exe COREDLL.LIB /nologo /entry:"WinMainCRTStartup" /subsystem:windows /incremental:yes /pdb:"DebugCE/Winver32.pdb" /debug /machine:I386 /out:"DebugCE/Winver32.exe"  ".\DebugCE\Dtwinver.obj" ".\DebugCE\TEST.OBJ" "
<h3>Output Window</h3>
Compiling...
Dtwinver.cpp
TEST.CPP
F:\源程序\确定系统版本程序\TEST.CPP(28) : error C2731: 'WinMain' : function cannot be overloaded
        F:\源程序\确定系统版本程序\TEST.CPP(19) : see declaration of 'WinMain'
Error executing cl.exe.



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

⌨️ 快捷键说明

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