I observed only an issue when diferent native parts (prebuilts libraries and project libraries) were used different STL linkage. Prebuilts libraries were compiled by using static STL library
but the project libraries used shared STL library
and therefore sometimes code worked strangely (in my case it was an issue with using std::fstream
and std::locale::facet
due to global variables of template classes were instatiated twice).
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…