AVIFileOpen returns 0x8004406d…
So what does it mean? I was trying to open a .wav file to merge into my AVI stream. After a bit of running around I found that my .wav file only contained a header…no data. And this is why the AVIFileOpen was failing with the return code AVIERR_FILEREAD.
Not a very good error message because the Microsoft documentation says the error indicates, "A disk error occurred while reading the file."
Which is not the case.
2 Comments:
Thanks I couldn't find the error code and I was wondering what was happening.
Thanks,
Brian
Ranch for Sale
great post , I like the content by the way I have also blogged my experience as comparator and comparable in java with example and suggestion will be highly welcomed
Post a Comment
<< Home