Re: F77 & WIN XP
- From: Terence <tbwright@xxxxxxxxx>
- Date: 30 May 2007 02:02:00 -0700
On May 30, 4:30 pm, jwm <jwmwal...@xxxxxxxxx> wrote:
Big D wrote:
I'd like to program in FORTRAN-77 (for fun) on a Microshaft Windoze XP
system with a freeware F77.
I'd like to at least use some minimal GUI routines rather than dropping to a
big black text screen if possible.
If you want to compile and run Fortran in DOS mode on a Windows XP
machine, the older F77 compilers will supply a default stack of 8k,
but you will need 12k (#0c00) on an XP computer because of the way
Microsoft implements its security system. When using the SYSTEM or
SPAWN facilities, the stack space will not be enough unless ou change
it with EXEMOD.exe, which itself has to have the stack extended to
12k.
And yes, usually you will get only a text user interface. I suggest
leaving any graphice to a third-party system or to Excel which can
extract what you need done from a text file.
If, however you want a Windows executable program as a result of
compiling on XP, I only know of MS Professional 5.1 which will do this
as an F77 compiler. I am sure there are others though.
But can I sugggest you use F90 or F95 compilers in F77 mode (which
means fixed form and confining yourself to the F77 syntax). I have
found this most ewarding and allows very understandable programs to
result.
.
- References:
- F77 & WIN XP
- From: Big D
- Re: F77 & WIN XP
- From: jwm
- F77 & WIN XP
- Prev by Date: Re: strange arguments passing problem (from vba to fortran dll)
- Next by Date: Re: IF statements
- Previous by thread: Re: F77 & WIN XP
- Next by thread: Re: F77 & WIN XP
- Index(es):
Relevant Pages
|