Hi
I have a legacy app written in C++ with Visual Studio 6. It uses an older version of the MKL library.
The app is currently getting memory allocation errors from the MKL code when using FFT and IFFT (error code 1) (The input and output buffers are set to be the same to reduce the memory footprint). The data is around 344 MB. The app has other demands on memory.
I was hoping to test a newer version of the MKL to see whether it would work with this dataset.
Unfortunately, the new MKL library (the Release 11 Update 5), produces a load of linker errors (I'm linking against mkl_intel_c, mkl_sequential and mkl_core.
mkl_core.lib(psdftsfactca_w7---ownscDftOutOrdInv_Prime13_32fc_20121126.obj) : error LNK2001: unresolved external symbol ___security_cookie
This is with Visual studio 6.0 so there's no /GS switch or BufferOverflowU.lib