Author Topic: wide char & streams  (Read 3163 times)

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
wide char & streams
« 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
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: wide char & streams
« Reply #1 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").
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."