Jump to content

Error with adding libraries


JetBrains
 Share

Recommended Posts

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?

Link to comment
Share on other sites

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

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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...