Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Symbol file not loaded

Eliecer_M_
Beginner
965 Views

Hello,

I have this problem, when I debug a program in visual studio, it comes to a break point and says "symbol file not loaded. No symbol file loaded for libif coremdd.dll" Does anyone know how to solve this?

thank you

0 Kudos
1 Reply
IanH
Honored Contributor II
965 Views

There is nothing to solve.  Symbols are not provided for the intel runtime DLLs (which is what the DLL named in the error message is).  Ignore the message.

0 Kudos
Reply