Subj : Re: converting coff libs to omf libs To : borland.public.cpp.borlandcpp From : "trevor Arsenault" Date : Tue Sep 16 2003 10:41 am I created the lib using IMPLIB in Borland 5.02, then I added the lib to my project and set the path to find the lib, but 3 of 6 functions in my __declspec(dllexport)..ed class are still showing as unresolved externals. Could this be because the lib file does not contain the full definition? The file is half the size of the COFF lib...don't know the structure inside a lib file so I don't know if the size means anything. Thanks Trevor "Bob Gonder" wrote in message news:fphcmvoogbbushgr9svtnvqknuma6ugh23@4ax.com... > trevor Arsenault wrote: > > >Hi does anyone know where I can find a good tool that will convert COFF lib > >files to OMF lib files. I had to develop a dll in visual studio.net but I > >need to link the lib file to a borland 5.02 c++ program. > > Don;t try to convert the lib files, Create a LIB directly from the > DLL with IMPLIB. > > .