play avi using c++
i want to play an 开发者_JS百科avi file using c++ and direct X with a mfc interface
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.
精彩评论