次のコードを追加しました
BSTR pbstrBuffer;
pbstrBuffer = buff.AllocSysString();
プロジェクトのビルド時に次のエラーが発生しました。
Linking...
Creating library pcciortl.lib and object pcciortl.exp .obj : error LNK2001: unresolved external symbol "public: unsigned short * __thiscall CString::AllocSysString(void)const " (?AllocSysString@CString@@QBEPAGXZ)
c:\pct3/pcciortl.dll : 致命的なエラー LNK1120: 1 つの未解決の外部リンク.exe の実行中にエラーが発生しました。
他の CString メソッドは問題ないようです。私は何をすべきか?