Subj : Re: unresolved error with FITS To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Thu Oct 09 2003 01:49 pm Alan Giltinan wrote: >the implib has been run with no problems so its not a OMF/COFF problem. The Did you add the resultant lib to your project? You can use TLIB to list the functions inside that lib. Make sure that the name that TLIB reports is in fact "_ffopen" complete with one underscore, and all lowercase. If it is close, but not exact, then you will need to adjust the header file, and your code to match. > >"Alan Giltinan" wrote in message >news:3f84086e@newsgroups.borland.com... >> The 'fitsio.h' file is included without a problem and compiling is no >> problem. >> However when i try to build, the following error occurs, >> "Error: Error: Unresolved external '_ffopen' referenced from >> D:\CFITSIO\CEXAMPLES\TEST_FITS.OBJ" .