Topic: Errors when upgraded from 1.45 to 2.0
I have been using SimplyFortran 1.45 mostly successfully (except dll issues). This morning I upgraded to version 2.0 and all the working projects suddenly started giving me all kind of errors.
I initially started getting error "Unexpected junk in formal argument list at (1)" in one of my files. Following is the form of the routine which caused the first error:
SUBROUTINE CalcProperty(Num,ID_InputSet,ID_State,CalcTransportProperties,InputArray,PropOutputArray,CompositionID)
When I changed it to:
SUBROUTINE CalcProperty(Num,ID_InputSet,ID_State,CalcTransportProperties, &
InputArray,fPropOutputArray,CompositionID)
The above mentioned file compiled correctly, but another kind of error started popping up in a different file. The errors are all over the place.
So with out making any changes, I went back to version 1.45 and tried to build the same projects. Now even 1.45 is giving me errors. I am totally lost on what happened.
Any help is much appreciated.
Regards
Sankar
skp