There isn't in mingw.
You can copy it from Borland's compiler, LCC, Visual C++ etc.
Last time I checked libvfw32.a didn't work, so I had to create other libraries from DLLs, using pexport (or impdef, but is hard to find) and dlltool.
Take a look at www.mingw.org to see how to create import libraries from DLLs
Dan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found vfw32.a but I didnt found vfw.h in the include directory. Where I can find it?
There isn't in mingw.
You can copy it from Borland's compiler, LCC, Visual C++ etc.
Last time I checked libvfw32.a didn't work, so I had to create other libraries from DLLs, using pexport (or impdef, but is hard to find) and dlltool.
Take a look at www.mingw.org to see how to create import libraries from DLLs
Dan