Creating an Avi with C++
I'm using the new Visual C++ Express and want to create a simple Avi file from a series of existing images. I found some sample source code including functions such as CreateAvi(), but do not know which libraries are needed to compile and link. Will I need to download an SDK? Which one? Thanks for the help.

