Chained COM Events Win 10

I have an assembly that is not COM visible. To use this from VB6 I have made another, COM visible assembly as a wrapper to the first one.

Calls and Events via this wrapper works perfekt in Win 7.

I Win 10 however, calls works nice, and events from the assembly arrives in the wrapper. The wrapper then raises an event to VB6 but hangs there. No event happens in VB6 and it never returns from RaiseEvent.

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.