Right now I have the evaluation version of Intel Fortran/C++ for Windows. Visual Studio 2010 is installed.
When I try to compile Fortran programs with debugging mode ( /debug:full) I get this error:
warning #31001: The dll for reading and writing the pdb (for example, mspdb110.dll) could not be found on your path. This is usually a configuration error.
A search of my entire C: drive shows that mspdb110.dll is not anywhere on my machine. So this is not just a matter of not having my path set properly. So where does one get this mspdb110.dll file?