Hello everyone,
I'm am trying some of the given FFT examples from the MKL library in C++ and using VS Express 2013 on Windows 7 pro x64.
I linked the my project to the correct libraries and added the needed include files. I get no error from compilation but when the process runs it is exited with ouput 0x01 when going through a MKL function (DftiGetValue(0, DFTI_VERSION, version) for examples).
Has anyone an idea about what I am doing wrong?
Thank you for your answer,
Ben