Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jmccay on February 18, 2006, 11:32:12 pm

Title: wide char & streams
Post by: jmccay on February 18, 2006, 11:32:12 pm
   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
Title: Re: wide char & streams
Post by: thomas on February 18, 2006, 11:46:53 pm
Code::Blocks does not use BOOST. Neither does it use streams (except for wxString::operator<<, but that is not "using streams").