Roger Luo

超越梦想一起飞
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

integrate stlport with visual studio 2010

Posted on 2011-09-10 22:00  Roger Luo  阅读(185)  评论(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.