where can find some .dll file to extract avi into frame?

where can find some .dll file to extract avi into frame?

You already have the DLLs.
Look there:
http://msdn.microsoft.com/library/en-us/multimed/hh/multimed/mmfunc_27ar.asp?frame=true

You basically have to include “vfw.h” and link to “vfw32.lib”. VFW means Video For Windows and is part of Windows. Have a look at all the AVI* functions in MSDN.

Regards.

Eric