Subj : Re: Error: Linked to missing export.... To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Mon Jan 17 2005 02:24 pm You might do something like this to create an import library for the DLL and then add avifil32.lib to the project. implib -c c:\bc5\lib\avifil32.lib c:\windows\system32\avifil32.dll .. Ed > kmlee wrote in message > news:41ebe66d$1@newsgroups.borland.com... > Hi to all > > Thanks for all the great support work! > > I'm using BC++ 5.02, compiles great on other things. > > I have a simple application, trying to read an AVI file. > All compiles OK, but when executing, I get the message: > The xxxx.exe file is linked to missing export > MSVFW32.DLL:AVIzzzz where zzzz is the particular AVI > function I'm trying to execute. > > There's some talk on the 'Net that MSVFW32.DLL doesn't > actually have the exports but actually AVIFIL32.DLL. .