Subj : Borland C++ 6 and MFC - help (correct post) To : borland.public.cpp.borlandcpp From : Niccolo' Date : Thu Apr 28 2005 05:00 pm Sorry, I made some wrong cut'n'paste. Here's the complete message: I'm writing an application featuring video capture. My videocapture board has its drivers and sdk, written with MFC for Visual c++ 6. Now I have to use this sdk's functions to correctly initialize the board, and I have to do this in Borland C++ 6. The DLLs are all installed, and the crucial part is including a header called "averapi.h" with no errors, because when I do it, and call a function, I recieve this: [Linker Error] Unresolved external 'AVER_PaintOverlay' referenced from D:\PROGRAMMI\BORLAND\CBUILDER6\PROJECTS\LIVEVID\MAIN.OBJ Any idea? Thanks. .