⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.plg

📁 用VC编写的完整采样程序
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Test - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\szb\LOCALS~1\Temp\RSP8.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Release/" /Fp"Release/Test.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\szb程序\采样\ParameterDlg.cpp"
"F:\szb程序\采样\Test.cpp"
"F:\szb程序\采样\TestCtrl.cpp"
"F:\szb程序\采样\TestDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\szb\LOCALS~1\Temp\RSP8.tmp" 
Creating temporary file "C:\DOCUME~1\szb\LOCALS~1\Temp\RSP9.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Release/" /Fp"Release/Test.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\szb程序\采样\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\szb\LOCALS~1\Temp\RSP9.tmp" 
Creating temporary file "C:\DOCUME~1\szb\LOCALS~1\Temp\RSPA.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/Test.pdb" /machine:I386 /out:"Release/Test.exe" 
".\Release\ParameterDlg.obj"
".\Release\StdAfx.obj"
".\Release\Test.obj"
".\Release\TestCtrl.obj"
".\Release\TestDlg.obj"
".\Release\Test.res"
]
Creating command line "link.exe @C:\DOCUME~1\szb\LOCALS~1\Temp\RSPA.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
ParameterDlg.cpp
Test.cpp
TestCtrl.cpp
F:\szb程序\采样\TestCtrl.cpp(98) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
F:\szb程序\采样\TestCtrl.cpp(155) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
TestDlg.cpp
F:\szb程序\采样\TestDlg.cpp(25) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
F:\szb程序\采样\TestDlg.cpp(30) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
F:\szb程序\采样\TestDlg.cpp(454) : warning C4244: '*=' : conversion from 'double' to 'float', possible loss of data
Generating Code...
Linking...
Creating command line "bscmake.exe /nologo /o"Release/Test.bsc"  ".\Release\StdAfx.sbr" ".\Release\ParameterDlg.sbr" ".\Release\Test.sbr" ".\Release\TestCtrl.sbr" ".\Release\TestDlg.sbr""
Creating browse info file...
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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