📄 进程创建.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 进程创建 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP24.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/进程创建.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\我的C++ 实验\进程创建\0.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP24.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP25.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/进程创建.pdb" /debug /machine:I386 /out:"Debug/进程创建.exe" /pdbtype:sept
".\Debug\0.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP25.tmp"
<h3>Output Window</h3>
Compiling...
0.cpp
E:\我的C++ 实验\进程创建\0.cpp(1) : error C2653: 'CShowAllProcessDlg' : is not a class or namespace name
E:\我的C++ 实验\进程创建\0.cpp(3) : error C2065: 'POSITION' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(3) : error C2146: syntax error : missing ';' before identifier 'pos'
E:\我的C++ 实验\进程创建\0.cpp(3) : error C2065: 'pos' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(3) : error C2065: 'm_showlist' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(3) : error C2228: left of '.GetFirstSelectedItemPosition' must have class/struct/union type
E:\我的C++ 实验\进程创建\0.cpp(4) : error C2228: left of '.GetNextSelectedItem' must have class/struct/union type
E:\我的C++ 实验\进程创建\0.cpp(8) : error C2065: 'CString' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(8) : error C2146: syntax error : missing ';' before identifier 'FileBuffer'
E:\我的C++ 实验\进程创建\0.cpp(8) : error C2065: 'FileBuffer' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(9) : error C2065: 'TEXT' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(9) : error C2228: left of '.GetItemText' must have class/struct/union type
E:\我的C++ 实验\进程创建\0.cpp(10) : error C2065: 'AfxMessageBox' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(10) : error C2065: 'MB_OKCANCEL' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(10) : error C2065: 'IDOK' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(13) : error C2065: 'HANDLE' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(13) : error C2146: syntax error : missing ';' before identifier 'ProcessHandle'
E:\我的C++ 实验\进程创建\0.cpp(13) : error C2065: 'ProcessHandle' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(14) : error C2065: 'OpenProcess' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(14) : error C2065: 'PROCESS_ALL_ACCESS' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(14) : error C2065: 'FALSE' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(14) : error C2065: 'm_ProcessIndex' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(14) : error C2109: subscript requires array or pointer type
E:\我的C++ 实验\进程创建\0.cpp(17) : error C2065: 'TerminateProcess' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(19) : error C2065: 'OnGetProcess' : undeclared identifier
E:\我的C++ 实验\进程创建\0.cpp(24) : error C2065: 'MB_OK' : undeclared identifier
执行 cl.exe 时出错.
<h3>Results</h3>
进程创建.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -