First of all, I am sorry that I am not familiar with English.
I want to use the fits file in C.(in Dev C++) So I downloaded cfitsio 4.2.0.zip and decompressed it. And as a result of following the README.win, I got several files including cfitsio.dll, cfitsio.exp, and cfitsio.lib in the release folder.
but problome... I don't know how apply this file...
What can I do?
I tried,
- Put all the cfitsio files before building into the include file
- Put in Linker that dll, lib, exp files. -> all fail, #include "fitsio.h" showed an error.
I'm sorry. I might look stupid. thank you.