I am trying to use MKL library for Intel fortran code. I am using Visual STudio 2005 as enviornment for compiling code.
Fortran version is 10.0
I am gettig following error message
Error 1 Error: Error in opening the compiled module file. Check INCLUDE paths. [MKL_LAPACK]
Here is header section of my code
[fxfortran] PROGRAM DHFORVIB C USE imsl_libraries C C INCLUDE 'link_fnl_static.h' C! INCLUDE 'link_fnl_shared.h' C C !DEC$ OBJCOMMENT LIB:'libiomp5md.lib' USE MKL_LAPACK C INCLUDE 'link_fnl_shared_hpc.h' IMPLICIT REAL*8 (A-H,O-Z)[/fxfortran]

