📄 project.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: project - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\xuxinde\LOCALS~1\Temp\RSP7.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/project.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\xuxinde\桌面\AStarWrittenByPatrick Lester\a star pathfinder v. 1.92\Visual C++ Version\Demo 1 - Basics\main.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\xuxinde\LOCALS~1\Temp\RSP7.tmp"
Creating temporary file "C:\DOCUME~1\xuxinde\LOCALS~1\Temp\RSP8.tmp" with contents
[
ddraw.lib dxguid.lib dinput.lib winmm.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:windows /incremental:yes /pdb:"Debug/project.pdb" /debug /machine:I386 /out:"Debug/project.exe" /pdbtype:sept
".\Debug\main.obj"
]
Creating command line "link.exe @C:\DOCUME~1\xuxinde\LOCALS~1\Temp\RSP8.tmp"
<h3>Output Window</h3>
Compiling...
main.cpp
c:\documents and settings\xuxinde\桌面\astarwrittenbypatrick lester\a star pathfinder v. 1.92\visual c++ version\common\dxlibrary.h(23) : error C2065: 'LPDIRECTDRAWSURFACE7' : undeclared identifier
c:\documents and settings\xuxinde\桌面\astarwrittenbypatrick lester\a star pathfinder v. 1.92\visual c++ version\common\dxlibrary.h(23) : error C2146: syntax error : missing ')' before identifier 'pdds'
c:\documents and settings\xuxinde\桌面\astarwrittenbypatrick lester\a star pathfinder v. 1.92\visual c++ version\common\dxlibrary.h(23) : error C2059: syntax error : ')'
c:\documents and settings\xuxinde\桌面\astarwrittenbypatrick lester\a star pathfinder v. 1.92\visual c++ version\common\dxlibrary.h(42) : error C2146: syntax error : missing ';' before identifier 'pSurface'
c:\documents and settings\xuxinde\桌面\astarwrittenbypatrick lester\a star pathfinder v. 1.92\visual c++ version\common\dxlibrary.h(42) : error C2501: 'LPDIRECTDRAWSURFACE7' : missing storage-class or type specifiers
c:\documents and settings\xuxinde\桌面\astarwrittenbypatrick lester\a star pathfinder v. 1.92\visual c++ version\common\dxlibrary.h(42) : error C2501: 'pSurface' : missing storage-class or type specifiers
c:\documents and settings\xuxinde\桌面\astarwrittenbypatrick lester\a star pathfinder v. 1.92\visual c++ version\common\dxlibrary.h(119) : error C2146: syntax error : missing ';' before identifier 'g_pDirectDraw'
c:\documents and settings\xuxinde\桌面\astarwrittenbypatrick lester\a star pathfinder v. 1.92\visual c++ version\common\dxlibrary.h(119) : error C2501: 'LPDIRECTDRAW7' : missing storage-class or type specifiers
c:\documents and settings\xuxinde\桌面\astarwrittenbypatrick lester\a star pathfinder v. 1.92\visual c++ version\common\dxlibrary.h(119) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
<h3>Results</h3>
project.exe - 9 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -