PDA

View Full Version : Using DivX Videos Under C++ (win32)


jamesbaud
17th December 2001, 01:36
Hi There!

I have a problem, i wanna make a reference CD... the AVI (DivX) files are created, with 3D Studio MAX (my own animations), and i wanna make a program, which is created in Microsuxx Visual C++ 5.0, how can i play the videos under C++? Somebody can help me!? Plz! Thx bro's!

[Toff]
17th December 2001, 18:49
You can use the ActiveX called ActiveMovie or DirectShow (harder).
Using ActiveMovie is like using the media player.

BlackSun
18th December 2001, 07:34
Another solution is to use MCI but it not a good solution. DirectShow is the best way by far, but the hardest way.