My computer has been rebuilt and Visual Studio and Intel Visual Fortran reinstalled.
I have built a Visual Basic program on Visual Studio.
I have also built the main program in Visual Fortran.
I have now added a new menu item using ResEdit and when I build, as the resource file has changed, it builds all the components.
I am getting the error below.
Maybe there are some updates that need to add.
Compiling with Intel(R) Visual Fortran Compiler XE 12.0.0.104 [IA-32]...
ifort /nologo /debug:full /Od /I"\DavidG\Grade\GradeSource\grade\gcb" /I"\DavidG\Grade\GradeSource\grade\graphics" /I"\DavidG\Grade\GradeSource\grade\iface" /DXLITE /warn:declarations /warn:unused /warn:truncated_source /warn:interfaces /Qsave /module:"Debug/" /object:"Debug/" /Fd"Debug\vc100.pdb" /traceback /libs:static /threads /dbglibs /winapp /c /Qvc10 /Qlocation,link,"c:\Program Files\Microsoft Visual Studio 10.0\VC\\bin""C:\DavidG\Grade\GradeSource\Grade\AirObsTypeAS.f90"
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
GEM_LO_GET_LOCATOR_INFO: zero locator value
C:\DavidG\Grade\GradeSource\Grade\AirObsTypeAS.f90: catastrophic error: **Internal compiler error: abort signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
compilation aborted for C:\DavidG\Grade\GradeSource\Grade\AirObsTypeAS.f90 (code 1)
Grade - 1 error(s), 0 warning(s)