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

📄 systeminfo.plg

📁 获取系统信息
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SystemInfo - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/SystemInfo.res" /d "NDEBUG" /d "_AFXDLL" "D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfo.rc"" 
Creating temporary file "C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSPD8.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/SystemInfo.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfo.cpp"
"D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfoDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSPD8.tmp" 
Creating temporary file "C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSPD9.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/SystemInfo.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\VC写作目录\源代码\第八章\系统信息获取\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSPD9.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/SystemInfo.pdb" /machine:I386 /out:"Release/SystemInfo.exe"  ".\Release\StdAfx.obj" ".\Release\SystemInfo.obj" ".\Release\SystemInfoDlg.obj" ".\Release\SystemInfo.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
SystemInfo.cpp
SystemInfoDlg.cpp
D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfoDlg.cpp(217) : warning C4101: 'm_hKey' : unreferenced local variable
D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfoDlg.cpp(312) : warning C4244: '=' : conversion from 'unsigned __int64' to 'int', possible loss of data
D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfoDlg.cpp(313) : warning C4244: '=' : conversion from 'unsigned __int64' to 'int', possible loss of data
D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfoDlg.cpp(314) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfoDlg.cpp(380) : warning C4101: 'buf' : unreferenced local variable
Generating Code...
Linking...



<h3>Results</h3>
SystemInfo.exe - 0 error(s), 5 warning(s)
<h3>
--------------------Configuration: SystemInfo - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/SystemInfo.res" /d "_DEBUG" /d "_AFXDLL" "D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfo.rc"" 
Creating temporary file "C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSPDB.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/SystemInfo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfo.cpp"
"D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfoDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSPDB.tmp" 
Creating temporary file "C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSPDC.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/SystemInfo.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\VC写作目录\源代码\第八章\系统信息获取\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\tangbin\LOCALS~1\Temp\RSPDC.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/SystemInfo.pdb" /debug /machine:I386 /out:"Debug/SystemInfo.exe" /pdbtype:sept  ".\Debug\StdAfx.obj" ".\Debug\SystemInfo.obj" ".\Debug\SystemInfoDlg.obj" ".\Debug\SystemInfo.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
SystemInfo.cpp
SystemInfoDlg.cpp
D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfoDlg.cpp(217) : warning C4101: 'm_hKey' : unreferenced local variable
D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfoDlg.cpp(312) : warning C4244: '=' : conversion from 'unsigned __int64' to 'int', possible loss of data
D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfoDlg.cpp(313) : warning C4244: '=' : conversion from 'unsigned __int64' to 'int', possible loss of data
D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfoDlg.cpp(314) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
D:\VC写作目录\源代码\第八章\系统信息获取\SystemInfoDlg.cpp(380) : warning C4101: 'buf' : unreferenced local variable
Generating Code...
Linking...



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

⌨️ 快捷键说明

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