最終更新日 2008年03月24日
up
top
C++ BuilderでAnsiStringからBSTRへの変換
こうだ。キャストはいらないかもしれない。
AnsiString str = "hello"; BSTR wstr; wstr = (BSTR)WideString( str );