📄 os.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: OS - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPDE.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/OS.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\project\OS\os.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPDE.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPDF.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 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:console /incremental:yes /pdb:"Debug/OS.pdb" /debug /machine:I386 /out:"Debug/OS.exe" /pdbtype:sept
.\Debug\os.obj
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPDF.tmp"
<h3>Output Window</h3>
Compiling...
os.cpp
D:\project\OS\os.cpp(19) : warning C4305: '=' : truncation from 'const int' to 'char'
D:\project\OS\os.cpp(19) : warning C4309: '=' : truncation of constant value
D:\project\OS\os.cpp(22) : warning C4305: '=' : truncation from 'const int' to 'char'
D:\project\OS\os.cpp(22) : warning C4309: '=' : truncation of constant value
D:\project\OS\os.cpp(138) : warning C4508: 'Process' : function should return a value; 'void' return type assumed
d:\project\os\file.h(167) : warning C4715: 'read_file' : not all control paths return a value
d:\project\os\file.h(218) : warning C4715: 'write_file' : not all control paths return a value
d:\project\os\file.h(293) : warning C4715: 'search' : not all control paths return a value
d:\project\os\file.h(383) : warning C4715: 'create_file' : not all control paths return a value
d:\project\os\file.h(424) : warning C4715: 'open_file' : not all control paths return a value
d:\project\os\file.h(455) : warning C4715: 'close_file' : not all control paths return a value
d:\project\os\file.h(485) : warning C4715: 'deletefile' : not all control paths return a value
d:\project\os\file.h(554) : warning C4715: 'md' : not all control paths return a value
d:\project\os\file.h(573) : warning C4715: 'dir' : not all control paths return a value
d:\project\os\file.h(609) : warning C4715: 'rd' : not all control paths return a value
d:\project\os\file.h(635) : warning C4715: 'typefile' : not all control paths return a value
d:\project\os\file.h(656) : warning C4715: 'change' : not all control paths return a value
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/OS.bsc" .\Debug\os.sbr"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
OS.exe - 0 error(s), 17 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -