stlport
How to use STLPort in my kernel?
I am developing a kernel in C++. But I do not want to write a stdl开发者_JAVA百科ib; for that purpose I have downloaded STLport http://www.stlport.org/, but I don\'t know how to install and use it.[详细]
2023-04-06 08:42 分类:问答STLPort, Intel compilers, build errors (though app runs fine!)
Compiling my project against STLPort I get some weird build errors.Weird, because the project runs just fine (and 20-30% faster) though you\'d think the build errors would be fatal.[详细]
2023-04-06 08:29 分类:问答Solution for missing std::wstring support in Android NDK?
I have a game which uses std::wstring as its basic string type in thousand of places as well as doing operations with wchar_t and its functions: wcsicmp() wcslen() vsprintf(), etc.[详细]
2023-03-13 21:02 分类:问答Is STLPort's string implementation using reference counting?
Is STLPort i开发者_如何转开发mplemented string via reference counting mechanism?According to the source, no.[详细]
2023-03-06 15:02 分类:问答Linking error Boost.Python with stlport as stdlib
I\'m trying to create C++ extensions for python.My C++ code relies on STLPort 5.1.0.I\'ve compiled boost.python with stdlib=stlport.This occurs in my compiler which is Microsoft Visual Studio 2005.[详细]
2023-02-26 23:19 分类:问答Painless way to get C++ extensions in Python in Visual Studio 2005
I\'m having some very serious compatibility issues with STLPort 5.1.0 and Boot.Python 1.46.1 in Visual Studio 2005, I was wondering if there was any other way to have Python calling C++ code.[详细]
2023-02-22 22:40 分类:问答stlport undefined references
I\'m trying to do some work with the version of stlport in t开发者_开发问答he froyo source. I\'m getting[详细]
2023-02-15 08:10 分类:问答Digital Mars - unable to open input file 'iostream'
I\'m using \"Digital Mars\" to compile the following program: #include <iostream> using namespace std;[详细]
2023-02-05 16:57 分类:问答Problem building STLport NDK r5/ Android
I\'m trying to build STLport for Android. I got the following steps, but they are not working: 1 - Clone STLport repository using:[详细]
2023-02-01 15:00 分类:问答How to use the boost library (including shared_ptr) with the Android NDK and STLport
This is more of an answer than a question, because I\'ve figured it out, at least as far as cleanly compiling the library. The main issue for me was to get shared_ptr working.[详细]
2023-01-29 05:09 分类:问答