A COM exception
Hi,
I call functin that send a SMS to this number.
Dispatch.call(SMSObj,"SendSMS","Hello From Java","0526662010");
then, I check if it was send by this method (result = 0) -- > it was not send :)
int result = Dispatch.call(SMSObj,"ResponseCode").toInt();
I get this error if I calling this method ResponseCode, if I not call here, I don't get error, but it is not send... :
Exception occurred during event dispatching:
com.jacob.com.ComFailException: A COM exception has been encountered:
At Invoke of: ResponseCode
Description: An unknown COM error has occured.
at com.jacob.com.Dispatch.invokev(Native Method)
at com.jacob.com.Dispatch.call(Dispatch.java)

