[vlc-devel] Bug in activex: connectionpoint.h line 44

Jacob Lewallen jlewalle at cs.ucr.edu
Sun Jul 16 01:18:27 CEST 2006


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:

connectionpoint.h, line 44:

 if( (IID_IUnknown == riid)
   && (IID_IConnectionPoint == riid) ) {

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)

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.

jacob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20060715/3239a0f0/attachment.html>


More information about the vlc-devel mailing list