|
From: psksvp <ps...@cc...> - 2003-05-23 06:48:24
|
I have code that read and write avi file, trying to compile it, vfw.h is missing, so I copy it from psdk. now it compiles and and links without any problem, but when I try to run it, a MessageBox popup saying that "AVIFileAddRef" is missing from msvfw32.dll, so I check msvfw32.dll in system32 dir, there is no "AVIFileAddRef" in there. This is what puzzle me, the code is compiled and linked with VC6 and BCC55 without the same problem. Is there anyone using the API and have any success?? psksvp PS I am using winXP and mingw32-gcc 3.2.3 and the lasted runtimes |