I've recently downloaded the FFTW3 'library' which comes as a .zip with various files from .dll, .exe, .def and to .h.
All I'd like to do is be able to call a function from this library to use in my C code.
Could someone explain the steps for me in simple terms?
I'm using Bloodshed Dev-C++ compiler and currently downloading Visual Studio
Thanks.