test.plg

来自「报表制作程序演示」· PLG 代码 · 共 41 行

PLG
41
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: test - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/test.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"G:\xsc\test\RepTabDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1D.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1E.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/test.pdb" /machine:I386 /out:"Release/test.exe" 
.\Release\MainFrm.obj
.\Release\RepTabDlg.obj
.\Release\StdAfx.obj
.\Release\test.obj
.\Release\testDoc.obj
.\Release\testView.obj
.\Release\test.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1E.tmp"
<h3>Output Window</h3>
Compiling...
RepTabDlg.cpp
G:\xsc\test\RepTabDlg.cpp(671) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
G:\xsc\test\RepTabDlg.cpp(672) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
Linking...



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

⌨️ 快捷键说明

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