E
Egbert Nierop (MVP for IIS) said:Boost BSTR performance by 3000%
http://technolog.nl/eprogrammer/archive/2006/07/25/1009.aspx
Bronek Kozicki said:anyone willing to rewrite _bstr_t ?
Egbert Nierop (MVP for IIS) said:Whynot just use CComBSTR instead of _bstr_t ?
Bronek Kozicki said:maybe because _bstr_t is already in your project if you use #import? Or
because it's more const-safe than CComBSTR? Or because it does simple and
nice Unicode<>ANSI conversions?
Egbert Nierop (MVP for IIS) said:that would be 500bytes extra code on your compiled project ;-)
Possibly. I never do Unicode <-> ansi conversions since I simply never
develop for Win9x/ME .