bstr判断
  BSTR详解三 - BSTR使用注意事项 - 技术随笔 - CSDN博客
    http://blog.csdn.net/pkrobbie/archive/2007/01/18/1486367.aspx
  if ( ::SysAllocString(_T("CVertexTable"))==bstrType)-->错误!因为BSTR没有 == 运算符判断
  if ((_bstr_t)::SysAllocString(_T("type"))==(_bstr_t)bstrAttName)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-23
  • 2022-12-23
  • 2021-11-18
  • 2021-11-28
猜你喜欢
  • 2022-01-10
  • 2022-12-23
  • 2022-01-24
  • 2022-02-10
  • 2021-12-16
  • 2022-12-23
相关资源
相似解决方案