Subj : Video for Windows import library To : borland.public.cpp.borlandcpp From : "Tim Jackson" Date : Tue Aug 05 2003 08:18 pm Is there a Borland version of the import library VFW32.LIB available for download anywhere? Alternatively is there a list of the DLL's used by IMPLIB to build it? I am using Borland C++ 5.02 to develop a video application under Windows 98, and find that in order to use entry points from VFW.H I need an import library to connect it to the Windows DLL(s), and I there is none supplied with the compiler. The first part of my job involved live video capture, and that worked OK after I built an import library for MSVFW32.DLL and AVICAP32.DLL. However now I am doing the .AVI file access parts, I don't seem to be able to get the AVIFile functions to work the same way. IMPLIBbing AVIFILE.DLL gets entry points for the AVIFile functions but the resulting .EXE still won't load "The ***.EXE file is linked to missing export MSVFW32.DLL:AVIFileInit" Possibly I am missing a necessary DLL, possibly I have got them in the wrong order, whatever, it's a pain and someone must have done it before. TIA Tim Jackson .