📄 cppapp.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: cppapp - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\BRANRE~1.000\LOCALS~1\Temp\RSP4C0.tmp" with contents
[
/nologo /MTd /W4 /Gm /GX /ZI /Od /I "..\..\inc" /D "AEE_SIMULATOR" /D "T_WINNT" /D "_DEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /FR"Debug/" /Fp"Debug/cppapp.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\brew\Examples\CPPApp\cppapp.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\BRANRE~1.000\LOCALS~1\Temp\RSP4C0.tmp"
Creating temporary file "C:\DOCUME~1\BRANRE~1.000\LOCALS~1\Temp\RSP4C1.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:"Debug/cppapp.pdb" /debug /machine:I386 /out:"cppapp.dll" /implib:"Debug/cppapp.lib" /pdbtype:sept
.\Debug\AEEAppGen.obj
.\Debug\AEEModGen.obj
.\Debug\appclasses.obj
.\Debug\cppapp.obj
]
Creating command line "link.exe @C:\DOCUME~1\BRANRE~1.000\LOCALS~1\Temp\RSP4C1.tmp"
<h3>Output Window</h3>
Compiling...
cppapp.cpp
c:\brew\examples\cppapp\cbkdispatcher.h(51) : warning C4018: '>' : signed/unsigned mismatch
c:\brew\examples\cppapp\genericresource.h(143) : warning C4101: 'err' : unreferenced local variable
c:\brew\examples\cppapp\genericresource.h(163) : warning C4018: '>' : signed/unsigned mismatch
c:\brew\examples\cppapp\brewvector.h(424) : warning C4097: typedef-name 'BVV' used as synonym for class-name 'BrewVector<void *,struct ReallocPolicy_100>'
c:\brew\examples\cppapp\brewvector.h(423) : while compiling class-template member function '__thiscall BrewPVector<class IRelease,struct ReallocPolicy_100>::BrewPVector<class IRelease,struct ReallocPolicy_100>(void)'
c:\brew\examples\cppapp\brewvector.h(431) : warning C4097: typedef-name 'BVV' used as synonym for class-name 'BrewPVector<class IRelease,struct ReallocPolicy_100>::BrewVector<void *,struct ReallocPolicy_100>'
c:\brew\examples\cppapp\brewvector.h(430) : while compiling class-template member function 'class IRelease *__thiscall BrewPVector<class IRelease,struct ReallocPolicy_100>::operator [](unsigned int)'
c:\brew\examples\cppapp\brewvector.h(436) : warning C4097: typedef-name 'BVV' used as synonym for class-name 'BrewPVector<class IRelease,struct ReallocPolicy_100>::BrewVector<void *,struct ReallocPolicy_100>'
c:\brew\examples\cppapp\brewvector.h(435) : while compiling class-template member function 'void __thiscall BrewPVector<class IRelease,struct ReallocPolicy_100>::setAt(const class IRelease *,unsigned int)'
c:\brew\examples\cppapp\brewvector.h(438) : warning C4097: typedef-name 'BVV' used as synonym for class-name 'BrewPVector<class IRelease,struct ReallocPolicy_100>::BrewVector<void *,struct ReallocPolicy_100>'
c:\brew\examples\cppapp\brewvector.h(435) : while compiling class-template member function 'void __thiscall BrewPVector<class IRelease,struct ReallocPolicy_100>::setAt(const class IRelease *,unsigned int)'
c:\brew\examples\cppapp\brewvector.h(444) : warning C4097: typedef-name 'BVV' used as synonym for class-name 'BrewPVector<class IRelease,struct ReallocPolicy_100>::BrewVector<void *,struct ReallocPolicy_100>'
c:\brew\examples\cppapp\brewvector.h(443) : while compiling class-template member function 'unsigned int __thiscall BrewPVector<class IRelease,struct ReallocPolicy_100>::append(const class IRelease *)'
c:\brew\examples\cppapp\brewvector.h(459) : warning C4097: typedef-name 'BVV' used as synonym for class-name 'BrewPVector<class IRelease,struct ReallocPolicy_100>::BrewVector<void *,struct ReallocPolicy_100>'
c:\brew\examples\cppapp\brewvector.h(459) : while compiling class-template member function 'const unsigned int __thiscall BrewPVector<class IRelease,struct ReallocPolicy_100>::size(void) const'
c:\brew\examples\cppapp\brewvector.h(469) : warning C4097: typedef-name 'BVV' used as synonym for class-name 'BrewPVector<class IRelease,struct ReallocPolicy_100>::BrewVector<void *,struct ReallocPolicy_100>'
c:\brew\examples\cppapp\brewvector.h(468) : while compiling class-template member function 'void __thiscall BrewPVector<class IRelease,struct ReallocPolicy_100>::ensureCapacity(unsigned int)'
c:\brew\examples\cppapp\brewvector.h(311) : warning C4100: 'ch' : unreferenced formal parameter
c:\brew\examples\cppapp\brewvector.h(312) : while compiling class-template member function 'unsigned int __thiscall BrewVector<void *,struct ReallocPolicy_100>::getLen(void *const & ) const'
c:\brew\examples\cppapp\brewstring.h(71) : warning C4514: 'IDIB_TO_IBITMAP' : unreferenced inline function has been removed
c:\brew\inc\aeebitmap.h(249) : see declaration of 'IDIB_TO_IBITMAP'
c:\brew\examples\cppapp\brewstring.h(71) : warning C4514: 'new[]' : unreferenced inline function has been removed
c:\brew\examples\cppapp\platformspecific.h(21) : see declaration of 'new[]'
c:\brew\examples\cppapp\brewstring.h(71) : warning C4514: 'delete[]' : unreferenced inline function has been removed
c:\brew\examples\cppapp\platformspecific.h(26) : see declaration of 'delete[]'
c:\brew\examples\cppapp\brewstring.h(71) : warning C4514: 'WriteLine' : unreferenced inline function has been removed
c:\brew\examples\cppapp\appclasses.h(25) : see declaration of 'WriteLine'
c:\brew\examples\cppapp\brewstring.h(71) : warning C4514: 'setSize' : unreferenced inline function has been removed
c:\brew\examples\cppapp\brewvector.h(49) : see declaration of 'setSize'
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/cppapp.bsc" .\Debug\AEEAppGen.sbr .\Debug\AEEModGen.sbr .\Debug\appclasses.sbr .\Debug\cppapp.sbr"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
cppapp.dll - 0 error(s), 16 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -