aiaf Posted November 1, 2015 Share Posted November 1, 2015 Hello, I wanted to build my project on windows also, so i installed the latest visual studio community 2015 ( i think is visual studio version 14). It compiles just fine but at the linking stage i got this kind of erros: 2>Leadwerks.lib(Leadwerks.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1900' in main.obj 2>Leadwerks.lib(String.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1900' in main.obj 2>Leadwerks.lib(FileSystem.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1900' in main.obj Seems to not be compatible with the static lib from Leadwerks. Any way to fix this ? besides me installing some older version of visual studio Maybe a static lib version built for visual studio 14 Thanks Quote I made this with Leadwerks/UAK: Structura | Stacky Desktop Edition Website: Binary Station Link to comment Share on other sites More sharing options...
reepblue Posted November 1, 2015 Share Posted November 1, 2015 I asked the same question a while back. You still need 2013, but I think VS2015 support is coming eventually. Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
klepto2 Posted November 5, 2015 Share Posted November 5, 2015 I haven't used the Community-Edition of VS 2015, but in your project properties there should be something like Platform-Toolset (Confiugration Properties->General) and you should be able to change it to 120 if you install this toolset: https://www.microsoft.com/en-us/download/details.aspx?id=40760. Then it should compile as wished. Quote Windows 10 Pro 64-Bit-Version NVIDIA Geforce 1080 TI 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.