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

📄 process.plg

📁 操作系统实验,进程控制实验,Process.exe为父进程执行程序ChildProcess.exe为子进程执行的程序 该程序实现了进程间的消息通信
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Process - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Process.res" /d "_DEBUG" /d "_AFXDLL" "D:\zms\进程控制实验\周文,王毅夫(01计9)\Process\Process.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP13.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Process.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\zms\进程控制实验\周文,王毅夫(01计9)\Process\ChildProcess.cpp"
"D:\zms\进程控制实验\周文,王毅夫(01计9)\Process\Process.cpp"
"D:\zms\进程控制实验\周文,王毅夫(01计9)\Process\ProcessDlg1.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP13.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP14.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Process.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\zms\进程控制实验\周文,王毅夫(01计9)\Process\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP14.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP15.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Process.pdb" /debug /machine:I386 /out:"Debug/Process.exe" /pdbtype:sept 
".\Debug\ChildProcess.obj"
".\Debug\Process.obj"
".\Debug\ProcessDlg1.obj"
".\Debug\StdAfx.obj"
".\Debug\Process.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP15.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ChildProcess.cpp
Process.cpp
ProcessDlg1.cpp
Generating Code...
D:\zms\进程控制实验\周文,王毅夫(01计9)\Process\ProcessDlg1.cpp(94) : warning C4700: local variable 'nBufferLength' used without having been initialized
Linking...



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

⌨️ 快捷键说明

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