Subj : Problems linking a .lib fiel To : borland.public.cpp.borlandcpp From : Juanma Date : Thu May 05 2005 04:49 pm Hi. I'm progr maing with Borland c++ 6.0. I'm trying to use the GDAL library. The problem is that it comes with ..lib files built with visual c++. SO, when I link borland tell me it isn't OMF format, probably coff. So I use the coff2omf tool from borland and I convert it. Now it links with part of the functions, there are others that throw an "Unresolved external" error, so I don't know if I have built the .lib wrongly or if the tool from borland doesn't work properly, the utput .lib is always quiet small than the .lib from visual++. Maybe I'm going the wrong way and the problem has nothing to see with coff/omf formats. ¿Have anyone any sugestion about what doing next? Thanks a lot. .