I am upgrading the c++ compiler from version 15 to 16 (on windows 7) using visual studio 2010 IDE
The compilation passes ok but i get many linker error on the same issue
Following are a couple of errors from the long list of similar errors :
Error 290 error LNK2005: "class F64vec8 __cdecl andnot(class F64vec8 const &,class F64vec8 const &)" (?andnot@@YA?AVF64vec8@@AEBV1@0@Z) already defined in sys.lib(c_run_graph.obj) D:\VsProjects\VS4-Ver1.8x64\src\evpcon\svp.lib(cRawDataFilterSliceMgr.obj)
Error 308 error LNK2005: "class F64vec8 __cdecl andnot(class F64vec8 const &,class F64vec8 const &)" (?andnot@@YA?AVF64vec8@@AEBV1@0@Z) already defined in sys.lib(c_run_graph.obj) D:\VsProjects\VS4-Ver1.8x64\src\evpcon\alg.lib(c_AGC_alg.obj)
Any idea how to handle this? Compiler version 15 works without any issues on the same code.