Re: Exception thrown after IwodFtpDLXComPtr::Abort (General questions)
I figured out where the exception was coming from. It was a rookie mistake on my part. I had to add the raw_interfaces_only directive to the #import statement in the ConsoleApp.cpp file. This causes the compiler not to generate the wrapper code that throws the exceptions when a COM error is returned from the COM object.
Joe
Complete thread:
- Exception thrown after IwodFtpDLXComPtr::Abort - jz1, 2006-06-28, 17:45
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - wodDrazen, 2006-06-28, 18:08
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - jz1, 2006-06-28, 18:45
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - wodDrazen, 2006-06-28, 18:58
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - jz1, 2006-06-28, 21:09
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - wodDrazen, 2006-06-28, 18:58
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - jz1, 2006-06-28, 18:45
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - wodDrazen, 2006-06-28, 18:08