tungsten icon indicating copy to clipboard operation
tungsten copied to clipboard

Debug/core.lib

Open HitchLor opened this issue 6 years ago • 1 comments
trafficstars

Hi! I'm trying to build the project with Visual Studio 2013 and a recent CMake version but I have some errors. The first one is that the function in ImageIO.cpp line 457 is not recognised: "Attempting to reference a deleted function". Then I have 7 similar errors, all related to Debug/core.lib saying that the file doesn't exist for hdrmanip, obj2json, scenemanip, json2xml, tungsten, tungsten_server and editor projects. How can I solve this? Many thanks in advance

HitchLor avatar Jun 14 '19 15:06 HitchLor

Visual Studio 2013 is quite old, and doesn't have complete C++11 support. Are you sure this isn't related to that?

CounterPillow avatar Jun 22 '19 00:06 CounterPillow