366 Subj : Video for Windows import library To : borland.public.cpp.borlandcpp From : "Tim Jackson" Date : Thu Aug 07 2003 10:24 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. So far I've managed to make it work by hunting through windows\system and IMPLIBbing the relevant DLLs, but it seems every time I do something new I need to spend time figuring out where the entry points are. It would be nice to have the whole lot in one place. TIA Tim Jackson . 0