I'm trying to create an AVI file from a series of BMP images and am using Lucian Wischik's source code from http://www.wischik.com/lu/programmer/avi_utils.html however when I
#include "avi_utils.h"
I get a bunch of errors when compiling that include things like HAVI: undeclared identifier. Has anyone worked with this code before and know what I am doing wrong?
I'm using Visual Studios 2010 and creating it as a Win32 console visual c++ application and I have a link to the vfw32.lib external library in preferences already.
Thanks