front.plg

来自「一个多方面查询的系统,也是很辛苦找到,并且做管理系统很多方面都用到的」· PLG 代码 · 共 49 行

PLG
49
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: front - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\1\LOCALS~1\Temp\RSP8.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/front.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\chengxu\vc\办公系统\window\MyWnd.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\1\LOCALS~1\Temp\RSP8.tmp" 
Creating temporary file "C:\DOCUME~1\1\LOCALS~1\Temp\RSP9.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/front.pdb" /debug /machine:I386 /out:"Debug/front.exe" /pdbtype:sept 
".\Debug\front.obj"
".\Debug\frontDlg.obj"
".\Debug\InputBox.obj"
".\Debug\MyButton.obj"
".\Debug\MyEdit.obj"
".\Debug\MyLabel.obj"
".\Debug\MyList.obj"
".\Debug\MySelectBox.obj"
".\Debug\MySheetcontrol.obj"
".\Debug\MySheetpage.obj"
".\Debug\MyWizardcontrol.obj"
".\Debug\MyWnd.obj"
".\Debug\QQFace.obj"
".\Debug\StdAfx.obj"
".\Debug\front.res"
".\WS2_32.LIB"
]
Creating command line "link.exe @C:\DOCUME~1\1\LOCALS~1\Temp\RSP9.tmp"
<h3>Output Window</h3>
Compiling...
MyWnd.cpp
d:\chengxu\vc\办公系统\window\mywnd.cpp(5) : fatal error C1853: 'Debug/front.pch' is not a precompiled header file created with this compiler
Error executing cl.exe.



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

⌨️ 快捷键说明

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