WindowsアプリケーションはVisual C++(MFC)で作成しています。 MFCなので文字列クラスは基本、CStringクラスを使用していますが、 途中で標準がANSIからUNICODEに切り替わり、 両方に対応する仕組みや、 他ライブラリの引数が std::string や std::wstring だったり、 ATLの ...
C-bug Category: This is a bug. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.