Hi Arpi, >> I just want to give a "hello" since i ported your DirectShow support >> routines into xine player. The code is at the cvs for the next 0.9.5 >> release. Note that i have also converted all c++ code to c. >Hmm. How did you do that? (C++->C) >I tried it some time ago but finally found it very impossible. >(because of directshow api itself is c++)
Yes, it is. Eugene's comments says "Sh*t. MSVC++ and g++ use different methods of storing vtables." and manually implements the directshow api in plain C using pointers to functions. Nice work indeed. ;) I manually converted a lot of code, resolving inheritance, vector templates and some other stuff that took a lot of work. But technically speaking it is not big deal. Regards, Miguel _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
