?? pathfinder.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: pathfinder - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP12.tmp" with contents
[
/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Release/" /Fp"Release/pathfinder.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"E:\國外經(jīng)典書\好的源碼\游戲編程中的人工智能技術(shù)(源代碼)\游戲編程中的人工智能技術(shù)\Chapter03\Pathfinder\CgaBob.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP12.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP13.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:no /pdb:"Release/pathfinder.pdb" /machine:I386 /out:"Release/pathfinder.exe"
".\Release\CBobsMap.obj"
".\Release\CgaBob.obj"
".\Release\main.obj"
".\Release\utils.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP13.tmp"
<h3>Output Window</h3>
Compiling...
CgaBob.cpp
E:\國外經(jīng)典書\好的源碼\游戲編程中的人工智能技術(shù)(源代碼)\游戲編程中的人工智能技術(shù)\Chapter03\Pathfinder\CgaBob.cpp(39) : warning C4018: '<' : signed/unsigned mismatch
E:\國外經(jīng)典書\好的源碼\游戲編程中的人工智能技術(shù)(源代碼)\游戲編程中的人工智能技術(shù)\Chapter03\Pathfinder\CgaBob.cpp(80) : warning C4018: '<' : signed/unsigned mismatch
E:\國外經(jīng)典書\好的源碼\游戲編程中的人工智能技術(shù)(源代碼)\游戲編程中的人工智能技術(shù)\Chapter03\Pathfinder\CgaBob.cpp(228) : warning C4018: '<' : signed/unsigned mismatch
Linking...
LIBC.lib(crt0init.obj) : warning LNK4098: defaultlib "libcmt.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
CgaBob.obj : error LNK2001: unresolved external symbol "public: double __thiscall CBobsMap::TestRoute(class _STL::vector<int,class _STL::allocator<int> > const &,class CBobsMap &)" (?TestRoute@CBobsMap@@QAENABV?$vector@HV?$allocator@H@_STL@@@_STL@@AAV1@@Z)
CgaBob.obj : error LNK2001: unresolved external symbol "class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > __cdecl itos(int)" (?itos@@YA?AV?$basic_string@DV?$char_traits@D@_STL@@V?$allocator@D@2@@_STL@@H@Z)
Release/pathfinder.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
Creating command line "bscmake.exe /nologo /o"Release/pathfinder.bsc" ".\Release\CBobsMap.sbr" ".\Release\CgaBob.sbr" ".\Release\main.sbr" ".\Release\utils.sbr""
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
pathfinder.exe - 3 error(s), 4 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -