GorzenDev Posted January 28, 2018 Share Posted January 28, 2018 After all these new little updates i no longer can compile any c++ project. gives error: Quote 1> Creating library E:\Projects\Leadwerks\CriminalMinds\Projects\Windows\..\..\CriminalMinds.debug.lib and object E:\Projects\Leadwerks\CriminalMinds\Projects\Windows\..\..\CriminalMinds.debug.exp 1>Leadwerks.lib(Face.obj) : error LNK2019: unresolved external symbol ___std_reverse_trivially_swappable_4 referenced in function "void __cdecl std::_Reverse_unchecked1<int *>(int * const,int * const,struct std::integral_constant<unsigned int,4>)" (??$_Reverse_unchecked1@PAH@std@@YAXQAH0U?$integral_constant@I$03@0@@Z) 1>E:\Projects\Leadwerks\CriminalMinds\Projects\Windows\..\..\\CriminalMinds.debug.exe : fatal error LNK1120: 1 unresolved externals 1>Done building project "CriminalMinds.vcxproj" -- FAILED. this a new project with all my codes commented out to make sure its not me. this problem persist using 4.5 and even beta. grabbing an older project and trying to compile, results in the same compile error. Quote Link to comment Share on other sites More sharing options...
GorzenDev Posted January 28, 2018 Author Share Posted January 28, 2018 Creating a new project through the editor and compiling that straight away results in the same error. somehow it has a problem with Leadwerks.lib(Face.obj) ??? I have not changed anything. Quote Link to comment Share on other sites More sharing options...
Josh Posted January 28, 2018 Share Posted January 28, 2018 I am guessing this probably has to do with the Windows SDK version or something like that. Have you tried updating VS2017? Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Josh Posted January 28, 2018 Share Posted January 28, 2018 You may need at least 15.5.3. They released several updates this month: https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes#15.5.3 2 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Josh Posted January 28, 2018 Share Posted January 28, 2018 You may need at least 15.5.3. They released several updates this month: https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes#15.5.3 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
GorzenDev Posted January 29, 2018 Author Share Posted January 29, 2018 thank you very much for pointing me in the right direction. my apologies for posting this in the bug reports i realize this should have been posted in programming Quote Link to comment Share on other sites More sharing options...
Josh Posted January 29, 2018 Share Posted January 29, 2018 Not a problem at all, I am glad you pointed this out for other people. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.