Reputation: 682
i want to play an avi file using c++ and direct X with a mfc interface
Upvotes: 0
Views: 1790
Reputation: 99585
Your question is not very clear. To get AVI frames you could use Video for Windows, Windows Media or Direct Show. To render it with DirectX you should create texture and update it on each frame.
Here you can find sample project that could be helpful.
Upvotes: 1