supermarket.plg

来自「超市管理系统,主要功能有商品销售,商品进货,会员管理等」· PLG 代码 · 共 52 行

PLG
52
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SuperMarket - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Eternal\LOCALS~1\Temp\RSP4F.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/SuperMarket.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\RedSun WorkRoom\Vc++项目\超市管理系统\SuperMarket\ADOConn.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Eternal\LOCALS~1\Temp\RSP4F.tmp" 
Creating temporary file "C:\DOCUME~1\Eternal\LOCALS~1\Temp\RSP50.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/SuperMarket.pdb" /debug /machine:I386 /out:"Debug/SuperMarket.exe" /pdbtype:sept 
".\Debug\ADOConn.obj"
".\Debug\Backdlg.obj"
".\Debug\Backquerydlg.obj"
".\Debug\Daydlg.obj"
".\Debug\DepotBackdlg.obj"
".\Debug\Depotbqdlg.obj"
".\Debug\DepotCountdlg.obj"
".\Debug\Depotdlg.obj"
".\Debug\Employees.obj"
".\Debug\Login.obj"
".\Debug\Monthdlg.obj"
".\Debug\Providedlg.obj"
".\Debug\Sellquerydlg.obj"
".\Debug\Shangpindlg.obj"
".\Debug\StdAfx.obj"
".\Debug\SuperMarket.obj"
".\Debug\SuperMarketDlg.obj"
".\Debug\Userdlg.obj"
".\Debug\SuperMarket.res"
]
Creating command line "link.exe @C:\DOCUME~1\Eternal\LOCALS~1\Temp\RSP50.tmp"
<h3>Output Window</h3>
Compiling...
ADOConn.cpp
d:\redsun workroom\vc++项目\超市管理系统\supermarket\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Linking...



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

⌨️ 快捷键说明

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