where can find some .dll file to extract avi into frame?
where can find some .dll file to extract avi into frame?
kim
You already have the DLLs.
Look there:
http://msdn.microsoft.com/library/en...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