📄 liststore.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ListStore - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\QIU_JI~1\LOCALS~1\Temp\RSP4.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/ListStore.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\samples\ListStore\ls.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\QIU_JI~1\LOCALS~1\Temp\RSP4.tmp"
Creating temporary file "C:\DOCUME~1\QIU_JI~1\LOCALS~1\Temp\RSP5.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/ListStore.pdb" /debug /machine:I386 /out:"Debug/ListStore.exe" /pdbtype:sept
.\Debug\ls.obj
]
Creating command line "link.exe @C:\DOCUME~1\QIU_JI~1\LOCALS~1\Temp\RSP5.tmp"
<h3>Output Window</h3>
Compiling...
ls.cpp
E:\samples\ListStore\ls.cpp(28) : error C2061: syntax error : identifier 'PCERT_PHYSICAL_STORE_INFO'
E:\samples\ListStore\ls.cpp(35) : error C2061: syntax error : identifier 'PCERT_SYSTEM_STORE_INFO'
E:\samples\ListStore\ls.cpp(54) : error C2065: 'CERT_SYSTEM_STORE_CURRENT_USER_ID' : undeclared identifier
E:\samples\ListStore\ls.cpp(56) : error C2065: 'CERT_PHYSICAL_STORE_INFO' : undeclared identifier
E:\samples\ListStore\ls.cpp(56) : error C2146: syntax error : missing ';' before identifier 'PhyStoreInfo'
E:\samples\ListStore\ls.cpp(56) : error C2065: 'PhyStoreInfo' : undeclared identifier
E:\samples\ListStore\ls.cpp(75) : error C2228: left of '.cbSize' must have class/struct/union type
E:\samples\ListStore\ls.cpp(76) : error C2228: left of '.pszOpenStoreProvider' must have class/struct/union type
E:\samples\ListStore\ls.cpp(88) : error C2065: 'CERT_SYSTEM_STORE_LOCATION_SHIFT' : undeclared identifier
E:\samples\ListStore\ls.cpp(92) : error C2065: 'CertEnumSystemStoreLocation' : undeclared identifier
E:\samples\ListStore\ls.cpp(108) : error C2065: 'CertEnumSystemStore' : undeclared identifier
E:\samples\ListStore\ls.cpp(124) : error C2065: 'CertEnumPhysicalStore' : undeclared identifier
E:\samples\ListStore\ls.cpp(154) : error C2065: 'CERT_SYSTEM_STORE_RELOCATE_FLAG' : undeclared identifier
E:\samples\ListStore\ls.cpp(163) : error C2065: 'PCERT_SYSTEM_STORE_RELOCATE_PARA' : undeclared identifier
E:\samples\ListStore\ls.cpp(163) : error C2146: syntax error : missing ';' before identifier 'pRelocatePara'
E:\samples\ListStore\ls.cpp(163) : error C2065: 'pRelocatePara' : undeclared identifier
E:\samples\ListStore\ls.cpp(169) : error C2146: syntax error : missing ';' before identifier 'pvSystemStore'
E:\samples\ListStore\ls.cpp(170) : error C2227: left of '->hKeyBase' must point to class/struct/union
E:\samples\ListStore\ls.cpp(174) : error C2227: left of '->pwszSystemStore' must point to class/struct/union
E:\samples\ListStore\ls.cpp(191) : error C2061: syntax error : identifier 'PCERT_PHYSICAL_STORE_INFO'
E:\samples\ListStore\ls.cpp(197) : error C2065: 'pvArg' : undeclared identifier
E:\samples\ListStore\ls.cpp(216) : error C2065: 'CERT_PHYSICAL_STORE_PREDEFINED_ENUM_FLAG' : undeclared identifier
E:\samples\ListStore\ls.cpp(225) : error C2061: syntax error : identifier 'PCERT_SYSTEM_STORE_INFO'
E:\samples\ListStore\ls.cpp(266) : error C2065: 'CERT_SYSTEM_STORE_MASK' : undeclared identifier
Error executing cl.exe.
<h3>Results</h3>
ListStore.exe - 24 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -