Facebook
From silvertakana, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 170
  1. Build started...
  2. 1>------ Build started: Project: assimp, Configuration: Debug x64 ------
  3. 2>------ Build started: Project: ImGui, Configuration: Debug x64 ------
  4. 3>------ Build started: Project: Glad, Configuration: Debug x64 ------
  5. 4>------ Build started: Project: GLFW, Configuration: Debug x64 ------
  6. 1>Build started 22/08/2022 11:29:33 am.
  7. 1>Target InitializeBuildStatus:
  8. 1>  Creating "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\assimp\assimp.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  9. 2>Build started 22/08/2022 11:29:34 am.
  10. 2>Target InitializeBuildStatus:
  11. 2>  Creating "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\ImGui\ImGui.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  12. 3>Build started 22/08/2022 11:29:34 am.
  13. 2>Target ClCompile:
  14. 2>  All outputs are up-to-date.
  15. 3>Target InitializeBuildStatus:
  16. 3>  Creating "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\Glad\Glad.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  17. 1>Target ClCompile:
  18. 1>  All outputs are up-to-date.
  19. 2>Target Lib:
  20. 2>  All outputs are up-to-date.
  21. 2>  ImGui.vcxproj -> C:\Windows\Temp\Limux\bin\Debug-windows-x86_64\ImGui\ImGui.lib
  22. 2>Target FinalizeBuildStatus:
  23. 2>  Deleting file "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\ImGui\ImGui.tlog\unsuccessfulbuild".
  24. 2>  Touching "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\ImGui\ImGui.tlog\ImGui.lastbuildstate".
  25. 2>
  26. 2>Build succeeded.
  27. 2>    0 Warning(s)
  28. 2>    0 Error(s)
  29. 2>
  30. 2>Time Elapsed 00:00:00.48
  31. 4>Build started 22/08/2022 11:29:34 am.
  32. 3>Target ClCompile:
  33. 3>  All outputs are up-to-date.
  34. 4>Target InitializeBuildStatus:
  35. 4>  Creating "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\GLFW\GLFW.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  36. 3>Target Lib:
  37. 3>  All outputs are up-to-date.
  38. 3>  Glad.vcxproj -> C:\Windows\Temp\Limux\bin\Debug-windows-x86_64\Glad\Glad.lib
  39. 4>Target ClCompile:
  40. 4>  All outputs are up-to-date.
  41. 3>Target FinalizeBuildStatus:
  42. 3>  Deleting file "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\Glad\Glad.tlog\unsuccessfulbuild".
  43. 3>  Touching "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\Glad\Glad.tlog\Glad.lastbuildstate".
  44. 3>
  45. 3>Build succeeded.
  46. 3>    0 Warning(s)
  47. 3>    0 Error(s)
  48. 3>
  49. 3>Time Elapsed 00:00:01.02
  50. 4>Target Lib:
  51. 4>  All outputs are up-to-date.
  52. 4>  GLFW.vcxproj -> C:\Windows\Temp\Limux\bin\Debug-windows-x86_64\GLFW\GLFW.lib
  53. 4>Target FinalizeBuildStatus:
  54. 4>  Deleting file "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\GLFW\GLFW.tlog\unsuccessfulbuild".
  55. 4>  Touching "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\GLFW\GLFW.tlog\GLFW.lastbuildstate".
  56. 4>
  57. 4>Build succeeded.
  58. 4>    0 Warning(s)
  59. 4>    0 Error(s)
  60. 4>
  61. 4>Time Elapsed 00:00:01.08
  62. 1>  AssimpCExport.cpp
  63. 1>  CInterfaceIOWrapper.cpp
  64. 1>  AssertHandler.cpp
  65. 1>  Assimp.cpp
  66. 1>  Base64.cpp
  67. 1>  BaseImporter.cpp
  68. 1>  BaseProcess.cpp
  69. 1>  Bitmap.cpp
  70. 1>  Compression.cpp
  71. 1>  CreateAnimMesh.cpp
  72. 1>  DefaultIOStream.cpp
  73. 1>  DefaultIOSystem.cpp
  74. 1>  DefaultLogger.cpp
  75. 1>  Exceptional.cpp
  76. 1>  Exporter.cpp
  77. 1>  IOSystem.cpp
  78. 1>  Importer.cpp
  79. 1>  ImporterRegistry.cpp
  80. 1>  PostStepRegistry.cpp
  81. 1>  C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\code\Common\DefaultIOSystem.cpp(125,14): warning C4996: '_wfopen': This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  82. 1>  C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\code\Common\DefaultLogger.cpp(402,11): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  83. 1>  RemoveComments.cpp
  84. 1>  C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\include\assimp\XmlParser.h(51,10): fatal error C1083: Cannot open include file: 'pugixml.hpp': No such file or directory (compiling source file code\Common\ImporterRegistry.cpp)
  85. 1>  SGSpatialSort.cpp
  86. 1>  SceneCombiner.cpp
  87. 1>  ScenePreprocessor.cpp
  88. 1>  SkeletonMeshBuilder.cpp
  89. 1>  SpatialSort.cpp
  90. 1>  StandardShapes.cpp
  91. 1>  Subdivision.cpp
  92. 1>  TargetAnimation.cpp
  93. 1>  Version.cpp
  94. 1>  VertexTriangleAdjacency.cpp
  95. 1>  ZipArchiveIOSystem.cpp
  96. 1>  material.cpp
  97. 1>  scene.cpp
  98. 1>  simd.cpp
  99. 1>  MaterialSystem.cpp
  100. 1>  ArmaturePopulate.cpp
  101. 1>  CalcTangentsProcess.cpp
  102. 1>  ComputeUVMappingProcess.cpp
  103. 1>  C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\contrib\unzip\unzip.h(25,10): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory (compiling source file code\Common\ZipArchiveIOSystem.cpp)
  104. 1>  ConvertToLHProcess.cpp
  105. 1>  C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\code\Material\MaterialSystem.cpp(489,5): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  106. 1>  DeboneProcess.cpp
  107. 1>  DropFaceNormalsProcess.cpp
  108. 1>  EmbedTexturesProcess.cpp
  109. 1>  FindDegenerates.cpp
  110. 1>  FindInstancesProcess.cpp
  111. 1>  FindInvalidDataProcess.cpp
  112. 1>  FixNormalsStep.cpp
  113. 1>  GenBoundingBoxesProcess.cpp
  114. 1>  C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\code\PostProcessing\EmbedTexturesProcess.cpp(157,7): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  115. 1>  GenFaceNormalsProcess.cpp
  116. 1>  GenVertexNormalsProcess.cpp
  117. 1>  ImproveCacheLocality.cpp
  118. 1>  JoinVerticesProcess.cpp
  119. 1>  LimitBoneWeightsProcess.cpp
  120. 1>  MakeVerboseFormat.cpp
  121. 1>  OptimizeGraph.cpp
  122. 1>  OptimizeMeshes.cpp
  123. 1>  PretransformVertices.cpp
  124. 1>  ProcessHelper.cpp
  125. 1>  RemoveRedundantMaterials.cpp
  126. 1>  RemoveVCProcess.cpp
  127. 1>  ScaleProcess.cpp
  128. 1>  SortByPTypeProcess.cpp
  129. 1>  SplitByBoneCountProcess.cpp
  130. 1>  SplitLargeMeshes.cpp
  131. 1>  TextureTransform.cpp
  132. 1>  TriangulateProcess.cpp
  133. 1>  ValidateDataStructure.cpp
  134. 1>  C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\code\PostProcessing\ValidateDataStructure.cpp(83,22): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  135. 1>  C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\code\PostProcessing\ValidateDataStructure.cpp(98,22): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  136. 1>Done building target "ClCompile" in project "assimp.vcxproj" -- FAILED.
  137. 1>
  138. 1>Done building project "assimp.vcxproj" -- FAILED.
  139. 1>
  140. 1>Build FAILED.
  141. 1>
  142. 1>C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\code\Common\DefaultIOSystem.cpp(125,14): warning C4996: '_wfopen': This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  143. 1>C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\code\Common\DefaultLogger.cpp(402,11): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  144. 1>C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\code\Material\MaterialSystem.cpp(489,5): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  145. 1>C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\code\PostProcessing\EmbedTexturesProcess.cpp(157,7): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  146. 1>C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\code\PostProcessing\ValidateDataStructure.cpp(83,22): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  147. 1>C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\code\PostProcessing\ValidateDataStructure.cpp(98,22): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  148. 1>C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\include\assimp\XmlParser.h(51,10): fatal error C1083: Cannot open include file: 'pugixml.hpp': No such file or directory (compiling source file code\Common\ImporterRegistry.cpp)
  149. 1>C:\Users\titmi\OneDrive\Desktop\desktop dev\Limux\Limux\vendor\assimp\contrib\unzip\unzip.h(25,10): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory (compiling source file code\Common\ZipArchiveIOSystem.cpp)
  150. 1>    6 Warning(s)
  151. 1>    2 Error(s)
  152. 1>
  153. 1>Time Elapsed 00:00:23.71
  154. 5>------ Build started: Project: Limux, Configuration: Debug x64 ------
  155. 5>Build started 22/08/2022 11:29:57 am.
  156. 5>Target ResolveProjectReferences:
  157. 5>Target InitializeBuildStatus:
  158. 5>  Creating "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\Limux\Limux.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  159. 5>Target GetReferencedVCProjectsInfo:
  160. 5>  Target GetPublicIncludeDirectories:
  161. 5>Target ClCompile:
  162. 5>  All outputs are up-to-date.
  163. 5>  lmxpch.cpp
  164. 5>  Application.cpp
  165. 5>  AssetLoader.cpp
  166. 5>  Layer.cpp
  167. 5>  LayerStack.cpp
  168. 5>  Log.cpp
  169. 5>  UUID.cpp
  170. 5>  Window.cpp
  171. 5>  ImGuiBuild.cpp
  172. 5>  ImGuiLayer.cpp
  173. 5>  Buffer.cpp
  174. 5>  Framebuffer.cpp
  175. 5>  Mesh.cpp
  176. 5>  RenderCommand.cpp
  177. 5>  Renderer.cpp
  178. 5>  RendererAPI.cpp
  179. 5>  Shader.cpp
  180. 5>  Texture.cpp
  181. 5>  VertexArray.cpp
  182. 5>  CameraComponent.cpp
  183. 5>  Components.cpp
  184. 5>  LightComponent.cpp
  185. 5>  MeshesComponent.cpp
  186. 5>  NodeComponent.cpp
  187. 5>  Entity.cpp
  188. 5>  Scene.cpp
  189. 5>  OpenGLBuffer.cpp
  190. 5>  OpenGLContext.cpp
  191. 5>  OpenGLFramebuffer.cpp
  192. 5>  OpenGLRendererAPI.cpp
  193. 5>  pbrmaterial.h is deprecated. Please update to PBR materials in materials.h and glTF-specific items in GltfMaterial.h
  194. 5>  OpenGLShader.cpp
  195. 5>  OpenGLTexture.cpp
  196. 5>  OpenGLVertexArray.cpp
  197. 5>  WindowsInput.cpp
  198. 5>  WindowsWindow.cpp
  199. 5>Target Lib:
  200. 5>  Limux.vcxproj -> C:\Windows\Temp\Limux\bin\Debug-windows-x86_64\Limux\Limux.lib
  201. 5>Target GetCopyToOutputDirectoryItems:
  202. 5>  Target _GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences:
  203. 5>    Target AssignTargetPaths:
  204. 5>Target PostBuildEvent:
  205. 5>  File not found - **.ini
  206. 5>Target FinalizeBuildStatus:
  207. 5>  Deleting file "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\Limux\Limux.tlog\unsuccessfulbuild".
  208. 5>  Touching "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\Limux\Limux.tlog\Limux.lastbuildstate".
  209. 5>
  210. 5>Build succeeded.
  211. 5>    0 Warning(s)
  212. 5>    0 Error(s)
  213. 5>
  214. 5>Time Elapsed 00:00:22.82
  215. 6>------ Build started: Project: LimuxEditor, Configuration: Debug x64 ------
  216. 6>Build started 22/08/2022 11:30:20 am.
  217. 6>Target ResolveProjectReferences:
  218. 6>Target InitializeBuildStatus:
  219. 6>  Touching "C:\Windows\Temp\Limux\bin-int\Debug-windows-x86_64\LimuxEditor\LimuxEditor.tlog\unsuccessfulbuild".
  220. 6>Target GetReferencedVCProjectsInfo:
  221. 6>Target ClCompile:
  222. 6>  All outputs are up-to-date.
  223. 6>  cl : command line warning D9025: overriding '/MTd' with '/MDd'
  224. 6>  cl : command line warning D9025: overriding '/MTd' with '/MDd'
  225. 6>  EditorLayer.cpp
  226. 6>  cl : command line warning D9025: overriding '/MTd' with '/MDd'
  227. 6>  LimuxEditorApp.cpp
  228. 6>  cl : command line warning D9025: overriding '/MTd' with '/MDd'
  229. 6>  SceneHierarchyPanel.cpp
  230. 6>Done building target "ClCompile" in project "LimuxEditor.vcxproj".
  231. 6>Target Link:
  232. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl ODDLParser::Text::operator==(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)const " (__imp_??8Text@ODDLParser@@QEBA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "enum Assimp::OpenGEX::ColorType __cdecl Assimp::OpenGEX::getColorType(struct ODDLParser::Text *)" (?getColorType@OpenGEX@Assimp@@YA?AW4ColorType@12@PEAUText@ODDLParser@@@Z)
  233. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class ODDLParser::DDLNode * __cdecl ODDLParser::DDLNode::getParent(void)const " (__imp_?getParent@DDLNode@ODDLParser@@QEBAPEAV12@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleMeshNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleMeshNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  234. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::vector<class ODDLParser::DDLNode *,class std::allocator<class ODDLParser::DDLNode *> > const & __cdecl ODDLParser::DDLNode::getChildNodeList(void)const " (__imp_?getChildNodeList@DDLNode@ODDLParser@@QEBAAEBV?$vector@PEAVDDLNode@ODDLParser@@V?$allocator@PEAVDDLNode@ODDLParser@@@std@@@std@@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleNodes(class ODDLParser::DDLNode *,struct aiScene *)" (?handleNodes@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  235. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const & __cdecl ODDLParser::DDLNode::getType(void)const " (__imp_?getType@DDLNode@ODDLParser@@QEBAAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleNodes(class ODDLParser::DDLNode *,struct aiScene *)" (?handleNodes@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  236. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const & __cdecl ODDLParser::DDLNode::getName(void)const " (__imp_?getName@DDLNode@ODDLParser@@QEBAAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleLightObject(class ODDLParser::DDLNode *,struct aiScene *)" (?handleLightObject@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  237. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct ODDLParser::Property * __cdecl ODDLParser::DDLNode::getProperties(void)const " (__imp_?getProperties@DDLNode@ODDLParser@@QEBAPEAUProperty@2@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleMeshNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleMeshNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  238. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct ODDLParser::Property * __cdecl ODDLParser::DDLNode::findPropertyByName(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?findPropertyByName@DDLNode@ODDLParser@@QEAAPEAUProperty@2@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleAttenNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleAttenNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  239. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class ODDLParser::Value * __cdecl ODDLParser::DDLNode::getValue(void)const " (__imp_?getValue@DDLNode@ODDLParser@@QEBAPEAVValue@2@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleAttenNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleAttenNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  240. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct ODDLParser::DataArrayList * __cdecl ODDLParser::DDLNode::getDataArrayList(void)const " (__imp_?getDataArrayList@DDLNode@ODDLParser@@QEBAPEAUDataArrayList@2@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleColorNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleColorNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  241. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct ODDLParser::Reference * __cdecl ODDLParser::DDLNode::getReferences(void)const " (__imp_?getReferences@DDLNode@ODDLParser@@QEBAPEAUReference@2@XZ) referenced in function "void __cdecl Assimp::OpenGEX::getRefNames(class ODDLParser::DDLNode *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)" (?getRefNames@OpenGEX@Assimp@@YAXPEAVDDLNode@ODDLParser@@AEAV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@Z)
  242. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __cdecl ODDLParser::Value::getInt32(void)" (__imp_?getInt32@Value@ODDLParser@@QEAAHXZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleMetricNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleMetricNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  243. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: unsigned int __cdecl ODDLParser::Value::getUnsignedInt32(void)const " (__imp_?getUnsignedInt32@Value@ODDLParser@@QEBAIXZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleIndexArrayNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleIndexArrayNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  244. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: float __cdecl ODDLParser::Value::getFloat(void)const " (__imp_?getFloat@Value@ODDLParser@@QEBAMXZ) referenced in function "void __cdecl Assimp::OpenGEX::fillColor4(class aiColor4t<float> *,class ODDLParser::Value *)" (?fillColor4@OpenGEX@Assimp@@YAXPEAV?$aiColor4t@M@@PEAVValue@ODDLParser@@@Z)
  245. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: char const * __cdecl ODDLParser::Value::getString(void)const " (__imp_?getString@Value@ODDLParser@@QEBAPEBDXZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleAttenNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleAttenNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  246. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class ODDLParser::Value * __cdecl ODDLParser::Value::getNext(void)const " (__imp_?getNext@Value@ODDLParser@@QEBAPEAV12@XZ) referenced in function "void __cdecl Assimp::OpenGEX::getColorRGB3(struct aiColor3D *,struct ODDLParser::DataArrayList *)" (?getColorRGB3@OpenGEX@Assimp@@YAXPEAUaiColor3D@@PEAUDataArrayList@ODDLParser@@@Z)
  247. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl ODDLParser::OpenDDLParser::OpenDDLParser(void)" (__imp_??0OpenDDLParser@ODDLParser@@QEAA@XZ) referenced in function "protected: virtual void __cdecl Assimp::OpenGEX::OpenGEXImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@OpenGEXImporter@OpenGEX@Assimp@@MEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@3@@Z)
  248. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl ODDLParser::OpenDDLParser::~OpenDDLParser(void)" (__imp_??1OpenDDLParser@ODDLParser@@QEAA@XZ) referenced in function "protected: virtual void __cdecl Assimp::OpenGEX::OpenGEXImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@OpenGEXImporter@OpenGEX@Assimp@@MEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@3@@Z)
  249. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl ODDLParser::OpenDDLParser::setLogCallback(class std::function<void __cdecl(enum ODDLParser::LogSeverity,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)>)" (__imp_?setLogCallback@OpenDDLParser@ODDLParser@@QEAAXV?$function@$$A6AXW4LogSeverity@ODDLParser@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z@std@@@Z) referenced in function "protected: virtual void __cdecl Assimp::OpenGEX::OpenGEXImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@OpenGEXImporter@OpenGEX@Assimp@@MEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@3@@Z)
  250. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl ODDLParser::OpenDDLParser::setBuffer(char const *,unsigned __int64)" (__imp_?setBuffer@OpenDDLParser@ODDLParser@@QEAAXPEBD_K@Z) referenced in function "protected: virtual void __cdecl Assimp::OpenGEX::OpenGEXImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@OpenGEXImporter@OpenGEX@Assimp@@MEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@3@@Z)
  251. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl ODDLParser::OpenDDLParser::parse(void)" (__imp_?parse@OpenDDLParser@ODDLParser@@QEAA_NXZ) referenced in function "protected: virtual void __cdecl Assimp::OpenGEX::OpenGEXImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@OpenGEXImporter@OpenGEX@Assimp@@MEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@3@@Z)
  252. 6>  assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct ODDLParser::Context * __cdecl ODDLParser::OpenDDLParser::getContext(void)const " (__imp_?getContext@OpenDDLParser@ODDLParser@@QEBAPEAUContext@2@XZ) referenced in function "protected: virtual void __cdecl Assimp::OpenGEX::OpenGEXImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@OpenGEXImporter@OpenGEX@Assimp@@MEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@3@@Z)
  253. 6>  assimp.lib(AssbinLoader.obj) : error LNK2019: unresolved external symbol uncompress referenced in function "public: virtual void __cdecl Assimp::AssbinImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@AssbinImporter@Assimp@@UEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@2@@Z)
  254. 6>  assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzOpen2 referenced in function "public: __cdecl Assimp::ZipArchiveIOSystem::Implement::Implement(class Assimp::IOSystem *,char const *,char const *)" (??0Implement@ZipArchiveIOSystem@Assimp@@QEAA@PEAVIOSystem@2@PEBD1@Z)
  255. 6>  assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzClose referenced in function "public: __cdecl Assimp::ZipArchiveIOSystem::Implement::~Implement(void)" (??1Implement@ZipArchiveIOSystem@Assimp@@QEAA@XZ)
  256. 6>  assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzOpenCurrentFile referenced in function "public: class Assimp::ZipFile * __cdecl Assimp::ZipFileInfo::Extract(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,void *)const " (?Extract@ZipFileInfo@Assimp@@QEBAPEAVZipFile@2@AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAX@Z)
  257. 6>  assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzReadCurrentFile referenced in function "public: class Assimp::ZipFile * __cdecl Assimp::ZipFileInfo::Extract(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,void *)const " (?Extract@ZipFileInfo@Assimp@@QEBAPEAVZipFile@2@AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAX@Z)
  258. 6>  assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzGetCurrentFileInfo referenced in function "private: void __cdecl Assimp::ZipArchiveIOSystem::Implement::MapArchive(void)" (?MapArchive@Implement@ZipArchiveIOSystem@Assimp@@AEAAXXZ)
  259. 6>  assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzCloseCurrentFile referenced in function "public: class Assimp::ZipFile * __cdecl Assimp::ZipFileInfo::Extract(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,void *)const " (?Extract@ZipFileInfo@Assimp@@QEBAPEAVZipFile@2@AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAX@Z)
  260. 6>  assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzGoToFirstFile referenced in function "private: void __cdecl Assimp::ZipArchiveIOSystem::Implement::MapArchive(void)" (?MapArchive@Implement@ZipArchiveIOSystem@Assimp@@AEAAXXZ)
  261. 6>  assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzGoToNextFile referenced in function "private: void __cdecl Assimp::ZipArchiveIOSystem::Implement::MapArchive(void)" (?MapArchive@Implement@ZipArchiveIOSystem@Assimp@@AEAAXXZ)
  262. 6>  assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzGetFilePos referenced in function "public: __cdecl Assimp::ZipFileInfo::ZipFileInfo(void *,unsigned __int64)" (??0ZipFileInfo@Assimp@@QEAA@PEAX_K@Z)
  263. 6>  assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzGoToFilePos referenced in function "public: class Assimp::ZipFile * __cdecl Assimp::ZipFileInfo::Extract(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,void *)const " (?Extract@ZipFileInfo@Assimp@@QEBAPEAVZipFile@2@AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAX@Z)
  264. 6>  assimp.lib(Compression.obj) : error LNK2019: unresolved external symbol inflate referenced in function "public: unsigned __int64 __cdecl Assimp::Compression::decompress(void const *,unsigned __int64,class std::vector<char,class std::allocator<char> > &)" (?decompress@Compression@Assimp@@QEAA_KPEBX_KAEAV?$vector@DV?$allocator@D@std@@@std@@@Z)
  265. 6>  assimp.lib(Compression.obj) : error LNK2019: unresolved external symbol inflateEnd referenced in function "public: bool __cdecl Assimp::Compression::close(void)" (?close@Compression@Assimp@@QEAA_NXZ)
  266. 6>  assimp.lib(Compression.obj) : error LNK2019: unresolved external symbol inflateSetDictionary referenced in function "public: unsigned __int64 __cdecl Assimp::Compression::decompressBlock(void const *,unsigned __int64,char *,unsigned __int64)" (?decompressBlock@Compression@Assimp@@QEAA_KPEBX_KPEAD1@Z)
  267. 6>  assimp.lib(Compression.obj) : error LNK2019: unresolved external symbol inflateReset referenced in function "public: unsigned __int64 __cdecl Assimp::Compression::decompressBlock(void const *,unsigned __int64,char *,unsigned __int64)" (?decompressBlock@Compression@Assimp@@QEAA_KPEBX_KPEAD1@Z)
  268. 6>  assimp.lib(Compression.obj) : error LNK2019: unresolved external symbol inflateInit_ referenced in function "public: bool __cdecl Assimp::Compression::open(enum Assimp::Compression::Format,enum Assimp::Compression::FlushMode,int)" (?open@Compression@Assimp@@QEAA_NW4Format@12@W4FlushMode@12@H@Z)
  269. 6>  assimp.lib(Compression.obj) : error LNK2019: unresolved external symbol inflateInit2_ referenced in function "public: bool __cdecl Assimp::Compression::open(enum Assimp::Compression::Format,enum Assimp::Compression::FlushMode,int)" (?open@Compression@Assimp@@QEAA_NW4Format@12@W4FlushMode@12@H@Z)
  270. 6>  C:\Windows\Temp\Limux\bin\Debug-windows-x86_64\LimuxEditor\LimuxEditor.exe : fatal error LNK1120: 38 unresolved externals
  271. 6>Done building target "Link" in project "LimuxEditor.vcxproj" -- FAILED.
  272. 6>
  273. 6>Done building project "LimuxEditor.vcxproj" -- FAILED.
  274. 6>
  275. 6>Build FAILED.
  276. 6>
  277. 6>cl : command line warning D9025: overriding '/MTd' with '/MDd'
  278. 6>cl : command line warning D9025: overriding '/MTd' with '/MDd'
  279. 6>cl : command line warning D9025: overriding '/MTd' with '/MDd'
  280. 6>cl : command line warning D9025: overriding '/MTd' with '/MDd'
  281. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl ODDLParser::Text::operator==(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)const " (__imp_??8Text@ODDLParser@@QEBA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "enum Assimp::OpenGEX::ColorType __cdecl Assimp::OpenGEX::getColorType(struct ODDLParser::Text *)" (?getColorType@OpenGEX@Assimp@@YA?AW4ColorType@12@PEAUText@ODDLParser@@@Z)
  282. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class ODDLParser::DDLNode * __cdecl ODDLParser::DDLNode::getParent(void)const " (__imp_?getParent@DDLNode@ODDLParser@@QEBAPEAV12@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleMeshNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleMeshNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  283. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::vector<class ODDLParser::DDLNode *,class std::allocator<class ODDLParser::DDLNode *> > const & __cdecl ODDLParser::DDLNode::getChildNodeList(void)const " (__imp_?getChildNodeList@DDLNode@ODDLParser@@QEBAAEBV?$vector@PEAVDDLNode@ODDLParser@@V?$allocator@PEAVDDLNode@ODDLParser@@@std@@@std@@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleNodes(class ODDLParser::DDLNode *,struct aiScene *)" (?handleNodes@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  284. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const & __cdecl ODDLParser::DDLNode::getType(void)const " (__imp_?getType@DDLNode@ODDLParser@@QEBAAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleNodes(class ODDLParser::DDLNode *,struct aiScene *)" (?handleNodes@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  285. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const & __cdecl ODDLParser::DDLNode::getName(void)const " (__imp_?getName@DDLNode@ODDLParser@@QEBAAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleLightObject(class ODDLParser::DDLNode *,struct aiScene *)" (?handleLightObject@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  286. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct ODDLParser::Property * __cdecl ODDLParser::DDLNode::getProperties(void)const " (__imp_?getProperties@DDLNode@ODDLParser@@QEBAPEAUProperty@2@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleMeshNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleMeshNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  287. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct ODDLParser::Property * __cdecl ODDLParser::DDLNode::findPropertyByName(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?findPropertyByName@DDLNode@ODDLParser@@QEAAPEAUProperty@2@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleAttenNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleAttenNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  288. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class ODDLParser::Value * __cdecl ODDLParser::DDLNode::getValue(void)const " (__imp_?getValue@DDLNode@ODDLParser@@QEBAPEAVValue@2@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleAttenNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleAttenNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  289. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct ODDLParser::DataArrayList * __cdecl ODDLParser::DDLNode::getDataArrayList(void)const " (__imp_?getDataArrayList@DDLNode@ODDLParser@@QEBAPEAUDataArrayList@2@XZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleColorNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleColorNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  290. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct ODDLParser::Reference * __cdecl ODDLParser::DDLNode::getReferences(void)const " (__imp_?getReferences@DDLNode@ODDLParser@@QEBAPEAUReference@2@XZ) referenced in function "void __cdecl Assimp::OpenGEX::getRefNames(class ODDLParser::DDLNode *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)" (?getRefNames@OpenGEX@Assimp@@YAXPEAVDDLNode@ODDLParser@@AEAV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@Z)
  291. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __cdecl ODDLParser::Value::getInt32(void)" (__imp_?getInt32@Value@ODDLParser@@QEAAHXZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleMetricNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleMetricNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  292. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: unsigned int __cdecl ODDLParser::Value::getUnsignedInt32(void)const " (__imp_?getUnsignedInt32@Value@ODDLParser@@QEBAIXZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleIndexArrayNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleIndexArrayNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  293. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: float __cdecl ODDLParser::Value::getFloat(void)const " (__imp_?getFloat@Value@ODDLParser@@QEBAMXZ) referenced in function "void __cdecl Assimp::OpenGEX::fillColor4(class aiColor4t<float> *,class ODDLParser::Value *)" (?fillColor4@OpenGEX@Assimp@@YAXPEAV?$aiColor4t@M@@PEAVValue@ODDLParser@@@Z)
  294. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: char const * __cdecl ODDLParser::Value::getString(void)const " (__imp_?getString@Value@ODDLParser@@QEBAPEBDXZ) referenced in function "protected: void __cdecl Assimp::OpenGEX::OpenGEXImporter::handleAttenNode(class ODDLParser::DDLNode *,struct aiScene *)" (?handleAttenNode@OpenGEXImporter@OpenGEX@Assimp@@IEAAXPEAVDDLNode@ODDLParser@@PEAUaiScene@@@Z)
  295. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class ODDLParser::Value * __cdecl ODDLParser::Value::getNext(void)const " (__imp_?getNext@Value@ODDLParser@@QEBAPEAV12@XZ) referenced in function "void __cdecl Assimp::OpenGEX::getColorRGB3(struct aiColor3D *,struct ODDLParser::DataArrayList *)" (?getColorRGB3@OpenGEX@Assimp@@YAXPEAUaiColor3D@@PEAUDataArrayList@ODDLParser@@@Z)
  296. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl ODDLParser::OpenDDLParser::OpenDDLParser(void)" (__imp_??0OpenDDLParser@ODDLParser@@QEAA@XZ) referenced in function "protected: virtual void __cdecl Assimp::OpenGEX::OpenGEXImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@OpenGEXImporter@OpenGEX@Assimp@@MEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@3@@Z)
  297. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl ODDLParser::OpenDDLParser::~OpenDDLParser(void)" (__imp_??1OpenDDLParser@ODDLParser@@QEAA@XZ) referenced in function "protected: virtual void __cdecl Assimp::OpenGEX::OpenGEXImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@OpenGEXImporter@OpenGEX@Assimp@@MEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@3@@Z)
  298. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl ODDLParser::OpenDDLParser::setLogCallback(class std::function<void __cdecl(enum ODDLParser::LogSeverity,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)>)" (__imp_?setLogCallback@OpenDDLParser@ODDLParser@@QEAAXV?$function@$$A6AXW4LogSeverity@ODDLParser@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z@std@@@Z) referenced in function "protected: virtual void __cdecl Assimp::OpenGEX::OpenGEXImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@OpenGEXImporter@OpenGEX@Assimp@@MEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@3@@Z)
  299. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl ODDLParser::OpenDDLParser::setBuffer(char const *,unsigned __int64)" (__imp_?setBuffer@OpenDDLParser@ODDLParser@@QEAAXPEBD_K@Z) referenced in function "protected: virtual void __cdecl Assimp::OpenGEX::OpenGEXImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@OpenGEXImporter@OpenGEX@Assimp@@MEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@3@@Z)
  300. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __cdecl ODDLParser::OpenDDLParser::parse(void)" (__imp_?parse@OpenDDLParser@ODDLParser@@QEAA_NXZ) referenced in function "protected: virtual void __cdecl Assimp::OpenGEX::OpenGEXImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@OpenGEXImporter@OpenGEX@Assimp@@MEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@3@@Z)
  301. 6>assimp.lib(OpenGEXImporter.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct ODDLParser::Context * __cdecl ODDLParser::OpenDDLParser::getContext(void)const " (__imp_?getContext@OpenDDLParser@ODDLParser@@QEBAPEAUContext@2@XZ) referenced in function "protected: virtual void __cdecl Assimp::OpenGEX::OpenGEXImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@OpenGEXImporter@OpenGEX@Assimp@@MEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@3@@Z)
  302. 6>assimp.lib(AssbinLoader.obj) : error LNK2019: unresolved external symbol uncompress referenced in function "public: virtual void __cdecl Assimp::AssbinImporter::InternReadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct aiScene *,class Assimp::IOSystem *)" (?InternReadFile@AssbinImporter@Assimp@@UEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUaiScene@@PEAVIOSystem@2@@Z)
  303. 6>assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzOpen2 referenced in function "public: __cdecl Assimp::ZipArchiveIOSystem::Implement::Implement(class Assimp::IOSystem *,char const *,char const *)" (??0Implement@ZipArchiveIOSystem@Assimp@@QEAA@PEAVIOSystem@2@PEBD1@Z)
  304. 6>assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzClose referenced in function "public: __cdecl Assimp::ZipArchiveIOSystem::Implement::~Implement(void)" (??1Implement@ZipArchiveIOSystem@Assimp@@QEAA@XZ)
  305. 6>assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzOpenCurrentFile referenced in function "public: class Assimp::ZipFile * __cdecl Assimp::ZipFileInfo::Extract(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,void *)const " (?Extract@ZipFileInfo@Assimp@@QEBAPEAVZipFile@2@AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAX@Z)
  306. 6>assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzReadCurrentFile referenced in function "public: class Assimp::ZipFile * __cdecl Assimp::ZipFileInfo::Extract(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,void *)const " (?Extract@ZipFileInfo@Assimp@@QEBAPEAVZipFile@2@AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAX@Z)
  307. 6>assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzGetCurrentFileInfo referenced in function "private: void __cdecl Assimp::ZipArchiveIOSystem::Implement::MapArchive(void)" (?MapArchive@Implement@ZipArchiveIOSystem@Assimp@@AEAAXXZ)
  308. 6>assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzCloseCurrentFile referenced in function "public: class Assimp::ZipFile * __cdecl Assimp::ZipFileInfo::Extract(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,void *)const " (?Extract@ZipFileInfo@Assimp@@QEBAPEAVZipFile@2@AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAX@Z)
  309. 6>assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzGoToFirstFile referenced in function "private: void __cdecl Assimp::ZipArchiveIOSystem::Implement::MapArchive(void)" (?MapArchive@Implement@ZipArchiveIOSystem@Assimp@@AEAAXXZ)
  310. 6>assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzGoToNextFile referenced in function "private: void __cdecl Assimp::ZipArchiveIOSystem::Implement::MapArchive(void)" (?MapArchive@Implement@ZipArchiveIOSystem@Assimp@@AEAAXXZ)
  311. 6>assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzGetFilePos referenced in function "public: __cdecl Assimp::ZipFileInfo::ZipFileInfo(void *,unsigned __int64)" (??0ZipFileInfo@Assimp@@QEAA@PEAX_K@Z)
  312. 6>assimp.lib(ZipArchiveIOSystem.obj) : error LNK2019: unresolved external symbol unzGoToFilePos referenced in function "public: class Assimp::ZipFile * __cdecl Assimp::ZipFileInfo::Extract(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,void *)const " (?Extract@ZipFileInfo@Assimp@@QEBAPEAVZipFile@2@AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAX@Z)
  313. 6>assimp.lib(Compression.obj) : error LNK2019: unresolved external symbol inflate referenced in function "public: unsigned __int64 __cdecl Assimp::Compression::decompress(void const *,unsigned __int64,class std::vector<char,class std::allocator<char> > &)" (?decompress@Compression@Assimp@@QEAA_KPEBX_KAEAV?$vector@DV?$allocator@D@std@@@std@@@Z)
  314. 6>assimp.lib(Compression.obj) : error LNK2019: unresolved external symbol inflateEnd referenced in function "public: bool __cdecl Assimp::Compression::close(void)" (?close@Compression@Assimp@@QEAA_NXZ)
  315. 6>assimp.lib(Compression.obj) : error LNK2019: unresolved external symbol inflateSetDictionary referenced in function "public: unsigned __int64 __cdecl Assimp::Compression::decompressBlock(void const *,unsigned __int64,char *,unsigned __int64)" (?decompressBlock@Compression@Assimp@@QEAA_KPEBX_KPEAD1@Z)
  316. 6>assimp.lib(Compression.obj) : error LNK2019: unresolved external symbol inflateReset referenced in function "public: unsigned __int64 __cdecl Assimp::Compression::decompressBlock(void const *,unsigned __int64,char *,unsigned __int64)" (?decompressBlock@Compression@Assimp@@QEAA_KPEBX_KPEAD1@Z)
  317. 6>assimp.lib(Compression.obj) : error LNK2019: unresolved external symbol inflateInit_ referenced in function "public: bool __cdecl Assimp::Compression::open(enum Assimp::Compression::Format,enum Assimp::Compression::FlushMode,int)" (?open@Compression@Assimp@@QEAA_NW4Format@12@W4FlushMode@12@H@Z)
  318. 6>assimp.lib(Compression.obj) : error LNK2019: unresolved external symbol inflateInit2_ referenced in function "public: bool __cdecl Assimp::Compression::open(enum Assimp::Compression::Format,enum Assimp::Compression::FlushMode,int)" (?open@Compression@Assimp@@QEAA_NW4Format@12@W4FlushMode@12@H@Z)
  319. 6>C:\Windows\Temp\Limux\bin\Debug-windows-x86_64\LimuxEditor\LimuxEditor.exe : fatal error LNK1120: 38 unresolved externals
  320. 6>    4 Warning(s)
  321. 6>    39 Error(s)
  322. 6>
  323. 6>Time Elapsed 00:00:21.90
  324. ========== Build: 4 succeeded, 2 failed, 1 up-to-date, 0 skipped ==========
  325.