COM exception

  • Thread starter Thread starter its_me_here
  • Start date Start date
I

its_me_here

Guest
In my C++ code, I am calling a method of a COM component. This causes an exception. The error message(_com_error::ErrorMessage() )says "one or more arguments are invalid. " The HRESULT code is 0x80004005. I did some investigation based on this but could not find any specific answers for this. What could be wrong here?

Continue reading...
 
Back
Top