Has anyone else tride to compile boost. What options have you used to get unicode support? How come I can compile C::B in Unicode using mingw, but boost lets me know it can't build some of the libraries? Does C::B avoid using streams with wide chars?
jmccay
Code::Blocks does not use BOOST. Neither does it use streams (except for wxString::operator<<, but that is not "using streams").