IDE: Visual Studio 2013
OS: Windows 8.1
Hello,
I was able to successfully implement FFTW (Fast Fourier Frequency Transform in the west) in a test file. However, to be able to use FFTW in my trading software I have to create a DLL wrapper function. Upon running my DLL wrapper file my trading software can't seem to find the libfftw3-3.dll from FFTW.
So I tried various things to get it to find the FFTW file, but I have not found a solution yet.
I saw on the FFTW website there is a fftw-3.3-libs-visual-studio-2010.zip set of files. I not too familiar with static libraries, but is that what that zip file is. Additionally, If that zip file is a static library how would I go about implementing it.
I've been surfing the internet all of today trying to figure this FFTW thing out, while banging my head against the table.
Your help would be much appreciated!
- Andrew
Here is the page of how to install FFTW on Windows:
http://www.fftw.org/install/windows.html
Here is the file I was referring to: ftp://ftp.fftw.org/pub/fftw/fftw-3.3-libs-visual-studio-2010.zip