Re: Exception handling/Error question (General questions)
Maybe we can help each other out here....
I was surprised by exceptions being thrown, too. The documentation didn't mention anything about them. It came down to adding the raw_interfaces_only flag to the #import statement. Without that flag, the compiler generates wrapper code that throws _com_error exceptions. Adding the flag made them go away. I'm not sure about the memory access violation though.
Could you please tell me where you got the SINK_ENTRY_INFO from? I'm trying to implement some event sink methods and I'm not sure what the function signatures look like. Thanks!
Joe