Cycling74 / min-devkit

Tools, documentation, and reference implementation of a Max Package built using the Min-API.
MIT License
159 stars 31 forks source link

Support VS2013 #31

Closed tap closed 7 years ago

tap commented 8 years ago

Currently we are using C++14 return type deduction which requires VS2015.

tap commented 8 years ago

I've created a vs2013 branch for Cycling74/min-api and pushed the commit @ https://github.com/Cycling74/min-api/commit/7e2f2c1110a6991104d6eef25672f2eaa91ebd03

This takes care of several problems with VS2013 including the auto return types, but there are additional problems that I'm not sure how to address at this point.

@iho-ableton do you know how to address the template enabling problems with VS2013?

tap commented 7 years ago

Shelving this one as it is approaching obsolecence