ancient dos program

D

Dave

i have an ancient dos program, written in fortran which uses a pharlap dos
extender. it runs ok on win2k, but fails with a stack fault on xp. i have
tried dozens of variations on the compatibility settings and memory settings
with no help. anything else to try? something in config.nt??
 
S

Stephen

It might be making calls to devices that are not emulated by WinXP's 16-bit
environment. In other words, it may simply be not compatible with Windows
XP. If you want to run it you might have to dedicate a computer running
Windows 2000.
 
B

beliavsky

Dave said:
i have an ancient dos program, written in fortran which uses a pharlap dos
extender. it runs ok on win2k, but fails with a stack fault on xp. i have
tried dozens of variations on the compatibility settings and memory settings
with no help. anything else to try? something in config.nt??

Do you still have the Fortran source code? If so, you can recompile
with a free compiler such as OpenWatcom, g77 (my default suggestion),
g95, or gfortran. I suggest experimenting with these, and if you still
have problems, post the details to comp.lang.fortran .
 
D

Dave

Do you still have the Fortran source code? If so, you can recompile
with a free compiler such as OpenWatcom, g77 (my default suggestion),
g95, or gfortran. I suggest experimenting with these, and if you still
have problems, post the details to comp.lang.fortran .

i don't have it, we are trying to find the contractor who does. ie appears
that this is a known problem with some old version of lahey's fortran tools.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top