Subj : Re: unresolved error with FITS To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Wed Oct 08 2003 02:35 pm If CFITSIO.LIB is an import library for a DLL (probably for CFITSIO.DLL) then you can make another with the implib command I showed you. If it is a static library, a library containing object files with code, and it is made for a different compiler, for instance for the Microsoft compiler, then you cannot use it. Request a copy made for Borland C++. .. Ed > Alan Giltinan wrote in message > news:3f841945@newsgroups.borland.com... > > Worked like a charm... > I am now getting another error which i presume to be a > function within the .LIB itself. > "Error: 'D:\CFITSIO\CFITSIODLL_2470_LATEST\CFITSIO.LIB' > contains invalid OMF record, type 0x21" > If i cant get around it i will contact the cftsio people about it > if i can. > Thanks again .