myinterface.plg

来自「来自《VC6.0可视化编程》的源码」· PLG 代码 · 共 55 行

PLG
55
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyInterface - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/MyInterface.res" /d "_DEBUG" /d "_AFXDLL" "D:\电力\界面\MyInterface\MyInterface.rc"" 
Creating temporary file "C:\TEMP\RSP69.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/MyInterface.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ   /c 
"D:\电力\界面\MyInterface\MyInterface.cpp"
"D:\电力\界面\MyInterface\MainFrm.cpp"
"D:\电力\界面\MyInterface\MyInterfaceDoc.cpp"
"D:\电力\界面\MyInterface\MyInterfaceView.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP69.tmp" 
Creating temporary file "C:\TEMP\RSP6A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/MyInterface.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ   /c 
"D:\电力\界面\MyInterface\StdAfx.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP6A.tmp" 
Creating temporary file "C:\TEMP\RSP6B.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/MyInterface.pdb" /debug /machine:I386 /out:"Debug/MyInterface.exe" /pdbtype:sept 
".\Debug\MyInterface.obj"
".\Debug\StdAfx.obj"
".\Debug\MainFrm.obj"
".\Debug\MyInterfaceDoc.obj"
".\Debug\MyInterfaceView.obj"
".\Debug\MyInterface.res"
]
Creating command line "link.exe @C:\TEMP\RSP6B.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MyInterface.cpp
MainFrm.cpp
MyInterfaceDoc.cpp
MyInterfaceView.cpp
Generating Code...
Linking...



<h3>Results</h3>
MyInterface.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?