📄 newdll.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: newdll - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\zyf\LOCALS~1\Temp\RSPAB.tmp" with contents
[
/nologo /Gz /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "NEWDLL_EXPORTS" /D "_WINDLL" /Fp"Release/newdll.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"G:\commdll\newdll.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\zyf\LOCALS~1\Temp\RSPAB.tmp"
Creating temporary file "C:\DOCUME~1\zyf\LOCALS~1\Temp\RSPAC.tmp" with contents
[
/nologo /Gz /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "NEWDLL_EXPORTS" /D "_WINDLL" /Fp"Release/newdll.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"G:\commdll\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\zyf\LOCALS~1\Temp\RSPAC.tmp"
Creating command line "link.exe /nologo /dll /incremental:no /pdb:"Release/commdll.pdb" /machine:I386 /def:".\newdll.def" /out:"Release/commdll.dll" /implib:"Release/commdll.lib" .\Release\newdll.obj .\Release\StdAfx.obj "
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
newdll.cpp
G:\commdll\newdll.cpp(28) : warning C4101: 'ret' : unreferenced local variable
G:\commdll\newdll.cpp(78) : warning C4101: 'ret' : unreferenced local variable
G:\commdll\newdll.cpp(144) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
G:\commdll\newdll.cpp(168) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
G:\commdll\newdll.cpp(191) : warning C4018: '<' : signed/unsigned mismatch
G:\commdll\newdll.cpp(199) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
G:\commdll\newdll.cpp(227) : warning C4101: 'str1' : unreferenced local variable
G:\commdll\newdll.cpp(280) : warning C4518: 'int ' : storage-class or type specifier(s) unexpected here; ignored
G:\commdll\newdll.cpp(280) : warning C4228: nonstandard extension used : qualifiers after comma in declarator list are ignored
Linking...
Creating library Release/commdll.lib and object Release/commdll.exp
<h3>Results</h3>
commdll.dll - 0 error(s), 9 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -