Postby pdd » 11 Jun 2009 16:43
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.