Advertisement
KirillMysnik

Untitled

Apr 20th, 2014
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. 1>------ Построение начато: проект: Vbsp, Конфигурация: Release Win32 ------
  2. 1> brushbsp.cpp
  3. 1> collisionutils.cpp
  4. 1> csg.cpp
  5. 1> cubemap.cpp
  6. 1> detail.cpp
  7. 1> detailobjects.cpp
  8. 1> disp_common.cpp
  9. 1> disp_ivp.cpp
  10. 1> disp_powerinfo.cpp
  11. 1> disp_vbsp.cpp
  12. 1> faces.cpp
  13. 1> glfile.cpp
  14. 1> ivp.cpp
  15. 1> leakfile.cpp
  16. 1> loadcmdline.cpp
  17. 1> lumpfiles.cpp
  18. 1> map.cpp
  19. 1> materialpatch.cpp
  20. 1> materialsub.cpp
  21. 1> memoverride.cpp
  22. 1> Создание кода...
  23. 1> Компиляция...
  24. 1> mstristrip.cpp
  25. 1> nodraw.cpp
  26. 1> normals.cpp
  27. 1> overlay.cpp
  28. 1> physdll.cpp
  29. 1> portals.cpp
  30. 1> prtfile.cpp
  31. 1> scratchpad3d.cpp
  32. 1> scratchpad_helpers.cpp
  33. 1> staticprop.cpp
  34. 1> textures.cpp
  35. 1> tree.cpp
  36. 1> utilmatlib.cpp
  37. 1> vbsp.cpp
  38. 1> worldvertextransitionfixup.cpp
  39. 1> writebsp.cpp
  40. 1> zip_utils.cpp
  41. 1> bsplib.cpp
  42. 1> builddisp.cpp
  43. 1> chunkfile.cpp
  44. 1> Создание кода...
  45. 1> Компиляция...
  46. 1> cmdlib.cpp
  47. 1> filesystem_helpers.cpp
  48. 1> filesystem_init.cpp
  49. 1> filesystem_tools.cpp
  50. 1> map_shared.cpp
  51. 1> pacifier.cpp
  52. 1> polylib.cpp
  53. 1> scriplib.cpp
  54. 1> threads.cpp
  55. 1> tools_minidump.cpp
  56. 1> Создание кода...
  57. 1> Создается библиотека .\Release\Vbsp.lib и объект .\Release\Vbsp.exp
  58. 1>map.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: bool __thiscall GameData::RemapNameField(char const *,char *,enum GameData::TNameFixup)" (?RemapNameField@GameData@@QAE_NPBDPADW4TNameFixup@1@@Z) в функции "public: void __thiscall CMapFile::MergeEntities(struct entity_t *,class CMapFile *,class Vector &,class QAngle &,struct matrix3x4_t &)" (?MergeEntities@CMapFile@@QAEXPAUentity_t@@PAV1@AAVVector@@AAVQAngle@@AAUmatrix3x4_t@@@Z)
  59. 1>map.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: bool __thiscall GameData::RemapKeyValue(char const *,char const *,char *,enum GameData::TNameFixup)" (?RemapKeyValue@GameData@@QAE_NPBD0PADW4TNameFixup@1@@Z) в функции "public: void __thiscall CMapFile::MergeEntities(struct entity_t *,class CMapFile *,class Vector &,class QAngle &,struct matrix3x4_t &)" (?MergeEntities@CMapFile@@QAEXPAUentity_t@@PAV1@AAVVector@@AAVQAngle@@AAUmatrix3x4_t@@@Z)
  60. 1>map.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: class GDinputvariable * __thiscall GDclass::GetVariableAt(int)" (?GetVariableAt@GDclass@@QAEPAVGDinputvariable@@H@Z) в функции "public: void __thiscall CMapFile::MergeEntities(struct entity_t *,class CMapFile *,class Vector &,class QAngle &,struct matrix3x4_t &)" (?MergeEntities@CMapFile@@QAEXPAUentity_t@@PAV1@AAVVector@@AAVQAngle@@AAUmatrix3x4_t@@@Z)
  61. 1>map.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: class GDclass * __thiscall GameData::BeginInstanceRemap(char const *,char const *,class Vector &,class QAngle &)" (?BeginInstanceRemap@GameData@@QAEPAVGDclass@@PBD0AAVVector@@AAVQAngle@@@Z) в функции "public: void __thiscall CMapFile::MergeEntities(struct entity_t *,class CMapFile *,class Vector &,class QAngle &,struct matrix3x4_t &)" (?MergeEntities@CMapFile@@QAEXPAUentity_t@@PAV1@AAVVector@@AAVQAngle@@AAUmatrix3x4_t@@@Z)
  62. 1>map.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: int __thiscall GameData::Load(char const *)" (?Load@GameData@@QAEHPBD@Z) в функции "public: void __thiscall CMapFile::CheckForInstances(char const *)" (?CheckForInstances@CMapFile@@QAEXPBD@Z)
  63. 1>map.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: void __thiscall CManifest::CordonWorld(void)" (?CordonWorld@CManifest@@QAEXXZ) в функции "bool __cdecl LoadMapFile(char const *)" (?LoadMapFile@@YA_NPBD@Z)
  64. 1>map.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: bool __thiscall CManifest::LoadVMFManifest(char const *)" (?LoadVMFManifest@CManifest@@QAE_NPBD@Z) в функции "bool __cdecl LoadMapFile(char const *)" (?LoadMapFile@@YA_NPBD@Z)
  65. 1>map.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: __thiscall CManifest::CManifest(void)" (??0CManifest@@QAE@XZ) в функции "bool __cdecl LoadMapFile(char const *)" (?LoadMapFile@@YA_NPBD@Z)
  66. 1>map.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: __thiscall GameData::GameData(void)" (??0GameData@@QAE@XZ) в функции "void __cdecl `dynamic initializer for 'GD''(void)" (??__EGD@@YAXXZ)
  67. 1>map.obj : error LNK2019: ссылка на неразрешенный внешний символ "public: __thiscall GameData::~GameData(void)" (??1GameData@@QAE@XZ) в функции "void __cdecl `dynamic atexit destructor for 'GD''(void)" (??__FGD@@YAXXZ)
  68. 1>.\Release\vbsp.exe : fatal error LNK1120: 10 неразрешенных внешних элементов
  69. ========== Построение: успешно: 0, с ошибками: 1, без изменений: 0, пропущено: 0 ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement