Re: VS2010&OLE32.dll access violation problem with COM
Quote:
Originally Posted by
Vi2
Try to use SetErrorInfo(0,NULL) before CoUninitialize() if you sure that there are no active smart-pointers. It may help.
It won't make any difference.
Re: VS2010&OLE32.dll access violation problem with COM
Quote:
Originally Posted by
Vi2
Try to use SetErrorInfo(0,NULL) before CoUninitialize() if you sure that there are no active smart-pointers. It may help.
I've saw no difference by this method.
Re: VS2010&OLE32.dll access violation problem with COM
I've fixed this problem !
Seems this error had not came from CComQIPtr and COM。 MFC's some points might be causes... fmmmm