This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Maintenance of source code of 3D scanning reference design for Visual Studio

As VC++ 2015 is close to standard C++ now, I was able to compile TI's 3D scanning reference design (or DLP structured light SDK) with VS 2015 after fixing some trivial compilation error. The reason I converted it from MingGW version is because it was hard to add GUI and debug the software. I hope it can speed up my modification effort.

Since VS version seems to work fine in my test runs, I wonder if TI has any plan to maintain the code of this VS version that also includes (1) a fix for the problem with which floating precision of checker size is recognized as integer.

Otherwise, I can have this as another open source project. Please let me know what you guys think.