I have some Fortran code that runs and produces sensible output when I use the following commands:
ftn95 /intl /dreal /64 CVA_ascii_image_n_B_W.for > ftn_compile.out slink64 CVA_ascii_image_n_B_W.obj CVA_ascii_image_n_B_W.exe
However, when I attempt to run the same code with
ftn95 /intl /dreal /64 /check /undef CVA_ascii_image_n_B_W.for > ftn_compile.out slink64 CVA_ascii_image_n_B_W.obj CVA_ascii_image_n_B_W.exe
the program doesn't load correctly into the Silverfrost 64-bit Debugger, and I get the error message
Call Stack Error: Access Violation writing address 0x0000000002661000
000000000040127F
Any suggestions as to what I need to change so that the program runs?
Norm Campbell