Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Pre-1980 Fortran question

postaquestion
Novice
639 Views
Is there asoftware package is available to reprogram + 50,000 lines of pre-1980 fortran programs with agraphical interface?
0 Kudos
2 Replies
TimP
Honored Contributor III
639 Views
Probably not, but much of the most popular graphics library source code from that era is still available on line.
0 Kudos
jimdempseyatthecove
Honored Contributor III
639 Views

Your question is unclear. Do you have

a) A pre-1980 Fortran with graphical interface to someoperating systemthat you wish to compile under Windows operating system?

Or

b) A pre-1980 Fortran console program that you wish to compile and magically introduce a graphical interface?

Or

c) Using a graphical programming development system to reprogram the pre-1980 fortran program?

If a) then what was the operating system?

If b) you can still run console programs as well as do a bit of programming such as QuickWin.

If c) Intel Fortran is integrated well into Microsoft Visual Studio

Most vendors compilers will compile to the F77 standard which may fulfill the pre-1980 requirement.

Jim Dempsey

0 Kudos
Reply