View previous topic :: View next topic |
Author |
Message |
MartinWest
Joined: 07 Nov 2006 Posts: 22
|
Posted: Mon Feb 25, 2008 1:58 pm Post subject: FTN77 and DEBUG in VISTA |
|
|
The /DEBUG option seems to be ignored in VISTA. However if the program is compliled with /LINK and then SDBG program is run the debugging works fine. There is clearly a problem in getting the temporary file lgotemp@.exe transferred to the debugger when/LGO is used.
I have tried resetting the PATH and even using the FORTRAN 95 SDBG but this has no effect.
It is a shame that the /DEBUG doesnt work as all the rest of FTN77 is fine in Vista.
Martin |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8037 Location: Salford, UK
|
Posted: Mon Feb 25, 2008 2:11 pm Post subject: |
|
|
Martin
FTN77 is nolonger supported.
As far as I am aware everything that could be done with FTN77 can also be done with FTN95.
Regards
Paul |
|
Back to top |
|
|
MartinWest
Joined: 07 Nov 2006 Posts: 22
|
Posted: Tue Feb 26, 2008 12:14 am Post subject: FTN77 |
|
|
Paul
I'm sure 99% of 77 can be switched over to 95. The major difference for me is no EQUIVALENCE which I use for dealing with very large 2D arrays and the nice flexible nature of 77 which is a more tolerant environment for development. There are also legacy reasons and after 30 years using it dare I say nostalgia reasons.
Martin |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8037 Location: Salford, UK
|
Posted: Tue Feb 26, 2008 8:22 am Post subject: |
|
|
Hi Martin
Fortran 77 is a subset of Fortran 90/95 so any standard conforming Fortran 77 program should compile under FTN95. This includes EQUIVALENCE statements which are included in the 77 standard. Any failures can be reported as bugs in FTN95. Also FTN95 is designed to handle any non-standard features supported by FTN77. So if it runs under Win32 FTN77 it should also run under FTN95. DBOS FTN77 is less portable.
Regards
Paul |
|
Back to top |
|
|
|