📄 mytime.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyTime - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSPA372.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/MyTime.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\VC讲座\MyTime\MyTimeCtl.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPA372.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSPA373.TMP" with contents
[
/nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/MyTime.pdb" /debug /machine:I386 /def:".\MyTime.def" /out:"Debug/MyTime.ocx" /implib:"Debug/MyTime.lib" /pdbtype:sept
".\Debug\MyTime.obj"
".\Debug\MyTimeCtl.obj"
".\Debug\MyTimePpg.obj"
".\Debug\StdAfx.obj"
".\Debug\MyTime.res"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPA373.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSPA374.BAT" with contents
[
@echo off
regsvr32 /s /c ".\Debug\MyTime.ocx"
echo regsvr32 exec. time > ".\Debug\regsvr32.trg"
]
Creating command line "C:\WINDOWS\TEMP\RSPA374.BAT"
Compiling...
MyTimeCtl.cpp
E:\VC讲座\MyTime\MyTimeCtl.cpp(183) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\VC讲座\MyTime\MyTimeCtl.cpp(184) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\VC讲座\MyTime\MyTimeCtl.cpp(208) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\VC讲座\MyTime\MyTimeCtl.cpp(210) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\VC讲座\MyTime\MyTimeCtl.cpp(212) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\VC讲座\MyTime\MyTimeCtl.cpp(213) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\VC讲座\MyTime\MyTimeCtl.cpp(215) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\VC讲座\MyTime\MyTimeCtl.cpp(216) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
Linking...
<h3>Output Window</h3>
Registering ActiveX Control...
<h3>Results</h3>
MyTime.ocx - 0 error(s), 8 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -