shurufa.plg
来自「这是一个提供给使用遥控器的嵌入式设备开发的一个中文拼音输入法」· PLG 代码 · 共 72 行
PLG
72 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: shurufa - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/shurufa.res" /d "_DEBUG" /d "_AFXDLL" "L:\program\SHURUFA\shurufa.rc""
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP22.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/shurufa.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"L:\program\SHURUFA\DCMacro.cpp"
"L:\program\SHURUFA\MainFrm.cpp"
"L:\program\SHURUFA\RCIMEView.cpp"
"L:\program\SHURUFA\shurufa.cpp"
"L:\program\SHURUFA\shurufaDoc.cpp"
"L:\program\SHURUFA\shurufaView.cpp"
"L:\program\SHURUFA\SYDBManip.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP22.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP23.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/shurufa.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"L:\program\SHURUFA\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP23.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP24.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/shurufa.pdb" /debug /machine:I386 /out:"Debug/shurufa.exe" /pdbtype:sept
.\Debug\DCMacro.obj
.\Debug\MainFrm.obj
.\Debug\RCIMEView.obj
.\Debug\shurufa.obj
.\Debug\shurufaDoc.obj
.\Debug\shurufaView.obj
.\Debug\StdAfx.obj
.\Debug\SYDBManip.obj
.\Debug\shurufa.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP24.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DCMacro.cpp
MainFrm.cpp
RCIMEView.cpp
L:\program\SHURUFA\RCIMEView.cpp(906) : warning C4244: 'argument' : conversion from 'unsigned short' to 'char', possible loss of data
L:\program\SHURUFA\RCIMEView.cpp(867) : warning C4101: 'pch' : unreferenced local variable
L:\program\SHURUFA\RCIMEView.cpp(867) : warning C4101: 'lch' : unreferenced local variable
L:\program\SHURUFA\RCIMEView.cpp(982) : warning C4244: 'argument' : conversion from 'unsigned short' to 'char', possible loss of data
L:\program\SHURUFA\RCIMEView.cpp(957) : warning C4101: 'pch' : unreferenced local variable
L:\program\SHURUFA\RCIMEView.cpp(957) : warning C4101: 'lch' : unreferenced local variable
L:\program\SHURUFA\RCIMEView.cpp(1037) : warning C4101: 'pch' : unreferenced local variable
L:\program\SHURUFA\RCIMEView.cpp(1037) : warning C4101: 'lch' : unreferenced local variable
shurufa.cpp
shurufaDoc.cpp
shurufaView.cpp
SYDBManip.cpp
Generating Code...
Linking...
<h3>Results</h3>
shurufa.exe - 0 error(s), 8 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?