Has anyone create a DLL for FFTW that can be used from C#? I was able to compile all the .c files and produce .lib's, but I don't think the .libs I created can be used in C#. I tried to create a DLL from the .lib's, but I couldn't figure out how to make it work.