integrate stlport with visual studio 2010
Posted on 2011-09-10 22:00 Roger Luo 阅读(187) 评论(0) 编辑 收藏 举报
as far i writting this article, stlport's last version is 5.2.1.
you will find this stlport is perfectly integrated with visual studio 2008.
but if you include stlport library in visual studio 2010, you get compile error.
stlport\stl\_cstdlib.h contains a redefinition of abs() that VS2010 doesn't need.
you can just comment this line to build successfully.
you will find this stlport is perfectly integrated with visual studio 2008.
but if you include stlport library in visual studio 2010, you get compile error.
stlport\stl\_cstdlib.h contains a redefinition of abs() that VS2010 doesn't need.
you can just comment this line to build successfully.