?? filesys.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: FileSys - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/FileSys.res" /d "NDEBUG" /d "_AFXDLL" "D:\OTHER\book\VCADO book\源文件\ch9\FileSys\FileSys.rc""
Creating temporary file "C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP62.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/FileSys.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\OTHER\book\VCADO book\源文件\ch9\FileSys\FileSys.cpp"
"D:\OTHER\book\VCADO book\源文件\ch9\FileSys\FileSysDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP62.tmp"
Creating temporary file "C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP63.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/FileSys.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\OTHER\book\VCADO book\源文件\ch9\FileSys\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP63.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/FileSys.pdb" /machine:I386 /out:"Release/FileSys.exe" ".\Release\FileSys.obj" ".\Release\FileSysDlg.obj" ".\Release\StdAfx.obj" ".\Release\FileSys.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
d:\other\book\vcado book\源文件\ch9\filesys\release\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Compiling...
FileSys.cpp
FileSysDlg.cpp
Generating Code...
Linking...
<h3>Results</h3>
FileSys.exe - 0 error(s), 1 warning(s)
<h3>
--------------------Configuration: FileSys - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/FileSys.res" /d "_DEBUG" /d "_AFXDLL" "D:\OTHER\book\VCADO book\源文件\ch9\FileSys\FileSys.rc""
Creating temporary file "C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP65.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/FileSys.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\OTHER\book\VCADO book\源文件\ch9\FileSys\FileSys.cpp"
"D:\OTHER\book\VCADO book\源文件\ch9\FileSys\FileSysDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP65.tmp"
Creating temporary file "C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP66.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/FileSys.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\OTHER\book\VCADO book\源文件\ch9\FileSys\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\yuanyi\LOCALS~1\Temp\RSP66.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/FileSys.pdb" /debug /machine:I386 /out:"Debug/FileSys.exe" /pdbtype:sept ".\Debug\FileSys.obj" ".\Debug\FileSysDlg.obj" ".\Debug\StdAfx.obj" ".\Debug\FileSys.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
d:\other\book\vcado book\源文件\ch9\filesys\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Compiling...
FileSys.cpp
FileSysDlg.cpp
Generating Code...
Linking...
<h3>Results</h3>
FileSys.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -