- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We need some details such as (1) how did you compile and link the example code, (2) what were the compiler options used, (3) did you use the MS or Intel C compiler, and (4) are you building for IA32 or X64?
I think that VS Express uses the same compiler and libraries as those with VS Pro, albeit only a subset of the libraries. I built the example in basic_dp_real_dft_1d.c using the MS 18.00.21005.1 compiler and MKL 11.1, and the example ran with no problems, whether I targeted IA32 or X64, on Windows 8.1-64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hy,
Thank you for your replies, I managed to solve my problem... Seems that some of the libraries were not linked properly to my project.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page