Advertisement
Guest User

Untitled

a guest
May 26th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. Warning 1 warning C4700: uninitialized local variable 'z' used d:\kirito-phantomcore-97d6692\kirito-phantomcore-97d6692\src\game\targetedmovementgenerator.cpp 106 game
  2. Warning 2 warning C4700: uninitialized local variable 'y' used d:\kirito-phantomcore-97d6692\kirito-phantomcore-97d6692\src\game\targetedmovementgenerator.cpp 106 game
  3. Warning 3 warning C4700: uninitialized local variable 'x' used d:\kirito-phantomcore-97d6692\kirito-phantomcore-97d6692\src\game\targetedmovementgenerator.cpp 106 game
  4. Warning 4 warning C4700: uninitialized local variable 'z' used d:\kirito-phantomcore-97d6692\kirito-phantomcore-97d6692\src\game\targetedmovementgenerator.cpp 106 game
  5. Warning 5 warning C4700: uninitialized local variable 'y' used d:\kirito-phantomcore-97d6692\kirito-phantomcore-97d6692\src\game\targetedmovementgenerator.cpp 106 game
  6. Warning 6 warning C4700: uninitialized local variable 'x' used d:\kirito-phantomcore-97d6692\kirito-phantomcore-97d6692\src\game\targetedmovementgenerator.cpp 106 game
  7. Warning 7 warning C4700: uninitialized local variable 'z' used d:\kirito-phantomcore-97d6692\kirito-phantomcore-97d6692\src\game\homemovementgenerator.cpp 56 game
  8. Warning 8 warning C4700: uninitialized local variable 'y' used d:\kirito-phantomcore-97d6692\kirito-phantomcore-97d6692\src\game\homemovementgenerator.cpp 56 game
  9. Warning 9 warning C4700: uninitialized local variable 'x' used d:\kirito-phantomcore-97d6692\kirito-phantomcore-97d6692\src\game\homemovementgenerator.cpp 56 game
  10. Error 10 error LNK2019: unresolved external symbol "public: bool __thiscall dtNavMesh::init(unsigned char *,int,bool,int)" (?init@dtNavMesh@@QAE_NPAEH_NH@Z) referenced in function "private: void __thiscall Map::LoadNavMesh(int,int)" (?LoadNavMesh@Map@@AAEXHH@Z) game.lib PhantomCore
  11. Error 11 error LNK2019: unresolved external symbol "public: __thiscall dtNavMesh::dtNavMesh(void)" (??0dtNavMesh@@QAE@XZ) referenced in function "private: void __thiscall Map::LoadNavMesh(int,int)" (?LoadNavMesh@Map@@AAEXHH@Z) game.lib PhantomCore
  12. Error 12 error LNK2019: unresolved external symbol "public: int __thiscall dtNavMesh::findStraightPath(float const *,float const *,unsigned int const *,int,float *,unsigned char *,unsigned int *,int)" (?findStraightPath@dtNavMesh@@QAEHPBM0PBIHPAMPAEPAIH@Z) referenced in function "public: struct Position __thiscall Map::getNextPositionOnPathToLocation(float,float,float,float,float,float)" (?getNextPositionOnPathToLocation@Map@@QAE?AUPosition@@MMMMMM@Z) game.lib PhantomCore
  13. Error 13 error LNK2019: unresolved external symbol "public: int __thiscall dtNavMesh::findPath(unsigned int,unsigned int,float const *,float const *,struct dtQueryFilter *,unsigned int *,int)" (?findPath@dtNavMesh@@QAEHIIPBM0PAUdtQueryFilter@@PAIH@Z) referenced in function "public: struct Position __thiscall Map::getNextPositionOnPathToLocation(float,float,float,float,float,float)" (?getNextPositionOnPathToLocation@Map@@QAE?AUPosition@@MMMMMM@Z) game.lib PhantomCore
  14. Error 14 error LNK2019: unresolved external symbol "public: unsigned int __thiscall dtNavMesh::findNearestPoly(float const *,float const *,struct dtQueryFilter *,float *)" (?findNearestPoly@dtNavMesh@@QAEIPBM0PAUdtQueryFilter@@PAM@Z) referenced in function "public: struct Position __thiscall Map::getNextPositionOnPathToLocation(float,float,float,float,float,float)" (?getNextPositionOnPathToLocation@Map@@QAE?AUPosition@@MMMMMM@Z) game.lib PhantomCore
  15. Error 15 fatal error LNK1120: 5 unresolved externals ..\..\bin\Win32_Release\PhantomCore.exe PhantomCore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement