Visual Studio Platform 2015 Toolset =’v141′ cannot be found
I had such an issue. The solution is: open menu “Project”->Properties->Configuration Properites->General – and choose platform toolset v140.
I had such an issue. The solution is: open menu “Project”->Properties->Configuration Properites->General – and choose platform toolset v140.
You are not the first to be bitten by these ancient macros. They can’t remove them, that would break old code. So they came up with another macro to remove the sting. Make it look like this: #ifndef NOMINMAX # define NOMINMAX #endif #include <windows.h> // Rest of your #includes here //…
You are correct, one is C++ and the other is Java, and those differences apply to these frameworks, so it’s up to your preferences/project scope to decide which one is best for you. With Processing: You get a minimal IDE, but can easily use Eclipse or other Java IDEs. You get memory management (garbage collection) … Read more