A couple people have noticed compilation errors in impl_audio.cpp; those are due to the missing include files I pointed out last week. Add the line:
#include <string.h> to the top of lib/common/impl_audio.cpp and things should be fixed. You may need to add: #include <stdlib.h> to the top of lib/Uncompressed.cpp also. Hope this gets fixed in CVS soon. --- Roy Stogner _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
