August 15th, 2006
If you link code found some error like bellow:
error LNK2019: unresolved external symbol "wchar_t * __stdcall _com_util::ConvertStringToBSTR(char const *)" ([email protected][email protected]@[email protected]) referenced in function "public: __thiscall _bstr_t::Data_t::Data_t(char const *)" ([[email protected][email protected]@[email protected]@Z](mailto:[email protected][email protected]@[email protected]@Z)) > >
Solve:
Try to link “comsuppwd.lib” in debug AdditionalDependencies. Link “comsuppw.lib” in release AdditionalDependencies.
Reference: