调用第三方的COM组件,记得要先在管理员cmd执行:regsvr32 xxxx.dll
没执行之前运行
HRESULT hr = pComm.CreateInstance("xxxx.Comm");
一直返回错误值:hr=FFFF FFFF 8004 01F3