Re: Running a fortran programm under Windows XP



>>From your brief (but insufficient) description, I suspect your
executable was produced by a compiler such as the Lahey F77L/EM-32
using old DOS-extender technology. These won't run under XP, or under
Windows 2000 with hot fix #KB835732. The message that appears is
somethng like "Stack Fault Protection...." If this is the case, compile
using a compiler that produces a native Windows executable. Also, you
may be able to use an old 16-bit compiler to do the job. XP will run
some of that stuff.

.