--- In mingw32@egroups.com, "Jose Fonseca" <em96115@f...> wrote:
> The VFW32 import library is wrong. The original VFW32.LIB refers to
three
> DLLs: MSVFW32.DLL, AVIFIL32.DLL and AVICAP32.DLL, and not the
nonexistent
> VFW32.DLL. I've out in the zip the corresponding DEF files (made
with
> reimp), and a import library made by extracting and merging the
objects from
> the three import libraries.
Thanks!
I still do not understand exactly how you did it but it seems to work
except for the VideoForWindowsVersion function. The error seems to be
in the last line of MSVFW32.def. It is
_VideoForWindowsVersion@0 @2
but should be
VideoForWindowsVersion@0
Sometimes does reimp leaves garbage like that.
Peter