Page 1 of 1

AXVLC IDL File Compile

Posted: 11 Jun 2009 16:43
by pdd
Based on the latest Git (v1.1.0) the ActiveX IDL file is ~12 months old but the generated files axvlc_idl.[ch] seem to be ~13 months. This issue only seems to be a problem when building the project as the files supporterrorinfo.cpp, vlccontrol2.cpp, & vlccontrol2.h attempt to pull in the class (and IID) IVLCSubtitle which has been declared in the IDL file but strangely missing from the .c & .h. My guess is that the files (and the .tlb) accidentally were not committed with the modification to the .idl. I would have submitted the patch to the Trac database, but registration seems not to be working for me (much less getting a copy of the M$ Platform SDK's MIDL compiler ... MinGW doesn't seem to have an equivalent either). Thank you.

Re: AXVLC IDL File Compile

Posted: 11 Jun 2009 20:18
by Jean-Baptiste Kempf
Yes, we need to update the .idl

Re: AXVLC IDL File Compile

Posted: 11 Jun 2009 21:06
by pdd
Is the .idl out of date? I just finished the patch for the generated files so if you wish I could post it (if my Trac account was validated for adding tickets).