Hi All,
I'm trying to use CBString in a C++ project (Visual C++ 2005), and I'm getting this when I try to build:
error LNK2019: unresolved external symbol "public: virtual __thiscall Bstrlib::CBString::~CBString(void)" (??1CBString@Bstrlib@@UAE@XZ) ...
All I've done so far is declared a method with CBString arguments in my header file, and added a basic implementation of that...
2008-10-15 20:26:26 UTC in better string library