首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

Platform SDK与STLport冲突怎么处理

2012-03-04 
Platform SDK与STLport冲突怎么办?我安装了Platform SDK for Windows XP SP2与STLport-4.6.2编译出现类似

Platform SDK与STLport冲突怎么办?
我安装了Platform SDK for Windows XP SP2与STLport-4.6.2
编译出现类似下面的错误:
stlport\stl\_threads.h(187) : error C2733: second C linkage of overloaded function 'InterlockedIncrement' not allowed
stlport\stl\_threads.h(187) : see declaration of 'InterlockedIncrement'
。。。。。
怎么解决?谢谢!!

[解决办法]
我知道方法——不用STLPort

VS 2003之后的自带STL非常优秀了,对标准的兼容和性能都很好,STLPort已经没什么意义了

如果您还用VC6……当我没说
[解决办法]

探讨

我知道方法——不用STLPort

VS 2003之后的自带STL非常优秀了,对标准的兼容和性能都很好,STLPort已经没什么意义了

如果您还用VC6……当我没说

热点排行