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

📄 helloworld.plg

📁 C#一个实例源代码
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: HelloWorld - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\TAN_QI~1\LOCALS~1\Temp\RSP15.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/HelloWorld.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\MarkTam\Examples\复件 ResumeThread\HelloWorld.c"
]
Creating command line "cl.exe @C:\DOCUME~1\TAN_QI~1\LOCALS~1\Temp\RSP15.tmp" 
Creating temporary file "C:\DOCUME~1\TAN_QI~1\LOCALS~1\Temp\RSP16.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 /nologo /subsystem:windows /incremental:yes /pdb:"Debug/HelloWorld.pdb" /debug /machine:I386 /out:"Debug/HelloWorld.exe" /pdbtype:sept 
".\Debug\HelloWorld.obj"
".\Debug\HelloWord.res"
]
Creating command line "link.exe @C:\DOCUME~1\TAN_QI~1\LOCALS~1\Temp\RSP16.tmp"
<h3>Output Window</h3>
Compiling...
HelloWorld.c
c:\marktam\examples\复件 resumethread\helloworld.c(82) : error C2275: 'PROCESS_INFORMATION' : illegal use of this type as an expression
        c:\program files\microsoft visual studio\vc98\include\winbase.h(234) : see declaration of 'PROCESS_INFORMATION'
c:\marktam\examples\复件 resumethread\helloworld.c(82) : error C2146: syntax error : missing ';' before identifier 'pi'
c:\marktam\examples\复件 resumethread\helloworld.c(82) : error C2065: 'pi' : undeclared identifier
c:\marktam\examples\复件 resumethread\helloworld.c(83) : error C2275: 'STARTUPINFO' : illegal use of this type as an expression
        c:\program files\microsoft visual studio\vc98\include\winbase.h(3818) : see declaration of 'STARTUPINFO'
c:\marktam\examples\复件 resumethread\helloworld.c(83) : error C2146: syntax error : missing ';' before identifier 'si'
c:\marktam\examples\复件 resumethread\helloworld.c(83) : error C2065: 'si' : undeclared identifier
c:\marktam\examples\复件 resumethread\helloworld.c(85) : error C2224: left of '.cb' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(86) : error C2224: left of '.lpReserved' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(87) : error C2224: left of '.lpDesktop' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(88) : error C2224: left of '.lpTitle' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(89) : error C2224: left of '.cbReserved2' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(90) : error C2224: left of '.lpReserved2' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(91) : error C2224: left of '.dwFlags' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(92) : error C2224: left of '.dwX' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(93) : error C2224: left of '.dwY' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(94) : error C2224: left of '.dwXSize' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(95) : error C2224: left of '.dwYSize' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(96) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct _STARTUPINFOA *'
c:\marktam\examples\复件 resumethread\helloworld.c(96) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct _PROCESS_INFORMATION *'
c:\marktam\examples\复件 resumethread\helloworld.c(97) : error C2224: left of '.dwProcessId' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(102) : error C2275: 'DEBUG_EVENT' : illegal use of this type as an expression
        c:\program files\microsoft visual studio\vc98\include\winbase.h(712) : see declaration of 'DEBUG_EVENT'
c:\marktam\examples\复件 resumethread\helloworld.c(102) : error C2146: syntax error : missing ';' before identifier 'debug_event'
c:\marktam\examples\复件 resumethread\helloworld.c(102) : error C2065: 'debug_event' : undeclared identifier
c:\marktam\examples\复件 resumethread\helloworld.c(103) : error C2143: syntax error : missing ';' before 'type'
c:\marktam\examples\复件 resumethread\helloworld.c(104) : error C2065: 'ret' : undeclared identifier
c:\marktam\examples\复件 resumethread\helloworld.c(106) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct _DEBUG_EVENT *'
c:\marktam\examples\复件 resumethread\helloworld.c(107) : error C2065: 'dwProcessId' : undeclared identifier
c:\marktam\examples\复件 resumethread\helloworld.c(107) : error C2224: left of '.dwThreadId' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(109) : error C2224: left of '.dwDebugEventCode' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(110) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct _DEBUG_EVENT *'
c:\marktam\examples\复件 resumethread\helloworld.c(111) : error C2224: left of '.dwThreadId' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(113) : error C2224: left of '.dwDebugEventCode' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(114) : error C2224: left of '.dwDebugEventCode' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(116) : error C2224: left of '.u' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(117) : warning C4013: 'sprintf' undefined; assuming extern returning int
c:\marktam\examples\复件 resumethread\helloworld.c(117) : error C2224: left of '.u' must have struct/union type
c:\marktam\examples\复件 resumethread\helloworld.c(122) : error C2224: left of '.dwProcessId' must have struct/union type
Error executing cl.exe.
Creating command line "bscmake.exe /nologo /o"Debug/HelloWorld.bsc"  ".\Debug\HelloWorld.sbr""
Creating browse info file...
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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