salary.plg

来自「是用 VC++和acess相连的作的 图书馆里下载的 一定管用」· PLG 代码 · 共 46 行

PLG
46
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Salary - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2CD.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/Salary.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"E:\www\Vc实例导航程序\第05章  工资管理系统\Code\SalaryDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2CD.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2CE.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/Salary.pdb" /machine:I386 /out:"Release/Salary.exe" 
".\Release\Crypt.obj"
".\Release\datagrid.obj"
".\Release\FormulaDlg.obj"
".\Release\LoginDlg.obj"
".\Release\PreviewDlg.obj"
".\Release\Salary.obj"
".\Release\SalaryDlg.obj"
".\Release\StdAfx.obj"
".\Release\Salary.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2CE.tmp"
<h3>Output Window</h3>
Compiling...
SalaryDlg.cpp
E:\www\Vc实例导航程序\第05章  工资管理系统\Code\SalaryDlg.cpp(628) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\www\Vc实例导航程序\第05章  工资管理系统\Code\SalaryDlg.cpp(637) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
E:\www\Vc实例导航程序\第05章  工资管理系统\Code\SalaryDlg.cpp(649) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
Linking...
LINK : fatal error LNK1104: cannot open file "Release/Salary.exe"
Error executing link.exe.



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

⌨️ 快捷键说明

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