-
Notifications
You must be signed in to change notification settings - Fork 61
Description
Hello Andres,
I have readden step to step build intro...
bullet3 build debug x64 successful on Visual Studio 2013 Community
OpenTK 3.00 build debug x64 successful on Visual Studio 2015 Community
BulletSharp build debug x64 failed on Visual Studio 2017 Community.
Errors: 140 many ....
Severity Code Description Project File Line Suppression State
Error LNK2038 mismatch detected for '_MSC_VER': value '1800' doesn't match value '1900' in Stdafx.obj BulletSharp C:\Users\####\Documents\githubs\BulletSharp\vs2015\LinearMath_Debug.lib(btQuickprof.obj) 1
I already generate with CMake Visual Studio 2013 Win64. Is it possible I must compile as x86?
Because I want upgrade with newest version of OpenTK 3.0 because it has fullsupport with GTK Sharp 3.x for Windows, Linux and Macintosh. I wish I want get BulletSharp in OpenTK 3.00
But I have got 140 errors. because they don't recognize to current Visual Studio version 19 it means 2010. It is wrong - I want ignore wrong version number.
How do I fix?
I need reconfigure CMake -> MSVC_VER.... uncheck?