Hey all I've been trying depsarately to get the activex working nicely under .NET, everything seems great except for the events. I've got a few problems, one of which I've been able to track down:<br><br>connectionpoint.h, line 44:
<br><br> if( (IID_IUnknown == riid)<br>   && (IID_IConnectionPoint == riid) ) {<br> <br>I'm fairly certain the && is a bug, and should be ||. I've been doing all my compiling/testing with 0.8.5, but this is also in the trunk revision (trunk crashes on me when I use my compiled activex)
<br><br>Things work *much better* with that change made for me in the event department. I'm still investigating another possible bug related to this but is much more wiley.<br><br>jacob<br>