i use intel mkl 10.1 in windows 7 32 bit correctly
and i only need fft function of mkl.
but when i move on windows 7 64bit whether build application for 32bit or 64 bit when run program i receive this error :
"The application was unable to start correctly(0xc000007b)"
i dont have any compile time error or link error
i static link my program to mkl
for 32bit build i use this libs :
mkl_core_dell.lib
mkl_sequential_dll.lib
mkl_intel_c_dll.lib
for 64 bit build i use this libs :
mkl_intel_lp64_dll.lib
mkl_intel_thread_dll.lib
mkl_core_dll.lib
what should i do to fix this problem?



