abhinath84 / STLport

0 stars 0 forks source link

vs2015 build is fail #1

Open chigco opened 6 years ago

chigco commented 6 years ago

Microsoft Visual Studio 14.0\VC\INCLUDE../include/exception(412): error C3646: “exception_ptr”:未知重写说明符 how to build in vs2017?

abhinath84 commented 6 years ago

Hi chigco,

I'm also trying to build STLport in VS2015 and got same kind of error. This is mostly due C++11 changes in C++ standard. Microsoft (Visual Studio team) changed the location of the C++ standard header file (like: ctype.h) location from '..\Program Files (x86)\Microsoft Visual Studio 14.0\VC' to '..\Program Files (x86)\Windows Kits' which also causing compilation error. I'm working on it, I'll update you as soon as I made the changes and build successfully.

Thanks, Abhishek