Главная страница | назад





Article #15853: VFW32.DLL and C++Builder

 Question and Answer Database
FAQ853C.txt VFW32.DLL and C++Builder
Category :Linker
Platform :All
Product :C++Builder 1.x
Question:
I've compiled a program which calls certain multimedia
functions, but when I run it, it complains that it
can't find vfw32.dll. What's going on?
Answer:
Import32.lib believes that the function you are calling
lives in vfw32.dll, when in fact it may live somewhere else.
There are a number of ways around this.
(1) implib the .dll that your function actually lives in,
and add that library to your project;
(2) modify the vfw32.def and the .def file for the library
your function lives in, and rebuild import32.lib.
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99