JetBrains Posted January 22, 2015 Share Posted January 22, 2015 As i stated in my last thread i am going to use the nvidia libraries but i am stuck on one issue. 1>PhysX3ExtensionsDEBUG.lib(ExtDefaultSimulationFilterShader.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1800' in App.obj i am using all the debug libraries and the toolset is set for v12 i was wondering is leadwerks using some sort of release libs when i create a C++ project? Quote Link to comment Share on other sites More sharing options...
Guppy Posted January 22, 2015 Share Posted January 22, 2015 Google "mismatch detected for '_MSC_VER': value '1700' doesn't match value '1800'" yields 1000+ results the first of wich is; http://stackoverflow.com/questions/12398809/c-boost-filesystem-mismatch-detected-for-msc-ver-value-1700-doesnt The answer distills down to; "The library your attempting to link is compiled with a different version of Microsoft Visual C++ and thus cannot be used." Solution: Get the library compiled for the MSVC your using or compile it manually Quote System: Linux Mint 17 ( = Ubuntu 14.04 with cinnamon desktop ) Ubuntu 14.04, AMD HD 6850, i5 2500k 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.