I have a Fortran solution which compiled without problem using IVF in MSVS 2010 Professional. Unfortunately I cannot use 2010 anymore to compile due to some IT problem. Instead they have given me MSVS 2008 with IVF. I copied all the files in the existing solution into a new folder and opened up the solution file in 2008. I elected to clean and rebuild the solution.
On rebuild I get the following error (reproduced below from BuildLog.htm) which causes the compilation to abort:
**********************************************************************************************************************************************************************************************************************
Build Log
Build started: Project: PROJECT1, Configuration: Debug|Win32
Output
Compiling with Intel(R) Visual Fortran 11.1.065 [IA-32]...
ifort /nologo /debug:full /Od /warn:interfaces /iface:mixed_str_len_arg /module:"Debug\\" /object:"Debug\\" /traceback /check:bounds /libs:dll /threads /dbglibs /c /Qvc9 /Qlocation,link,"c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin"
...\source.f90(472): internal error: Please visit 'http://www.intel.com/software/products/support' for assistance.
ALLOCATE(CHARACTER(LEN=len_trim(InputDatL2(1)))::Ploc)
^
[ Aborting due to internal error. ]
compilation aborted for ...\source.f90 (code 1)
**********************************************************************************************************************************************************************************************************************
Any help is much appreciated...