Hi,
I have a large MS VS2010 C++ project, from which I occasionaly call Fortran and MKL functions. I'm using MS C++ compiler and Intel Composer 2013. It worked well with previous versions of Intel Composers, but after upgrading to Intel Composer 2013, when I call for the 1st time any mkl function, it produces a Win32 exception trapped by MSVS Debugger. If I ignore it, (i.e. say the debugger to ignore it and continue), everything seems to work well and any subsuquent call of any mkl routines does not generate the exception anymore.
Is there any help remove the exception? It looks like I have something wrong with mkl construction or initializationi... I'll be grateful for any help.
Libor



