Porting Fortran to Windows

Kenny1234

Senior member
Aug 31, 2003
317
0
0
I have an application on a Solaris system that I am trying to get working on Windows systems. Is there a good program to use to port the application to Windows?

thanks in advance
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
I believe there are Fortran compilers for Windows, worst case you can probably get it to work under Cygwin.
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
There are many Fortran compilers for Windows. Google Results

Back in the early 90's I took some Fortran programs that ran on a Concurrent OS32 and ported them fairly easily to NT3.1 (Beta)

The compiler at that time was the first Windows one available.


Compilers for Windows does not have to mean a nice IDE to work with. You will have to investigate.