Re-built my large Fortran program, tried to run, got the error code -1073741515 not sure what this means, anybody have ideas? Sid Kraft
Error Code
Sid,
PaulLaidler already answered the same question in your other thread:
https://forums.silverfrost.com/Forum/Topic/3831
The value of the error code looks rather absurd -- I cannot imagine any software with a billion error messages, the documentation of which would take a few centuries to write. FTN95 error messages range from 0 to 191, according to the help file.
You are probably seeing the effect of using an argument of the wrong type for the error code. For instance, the error code that you reported is hexadecimal FFFFFFFFC0000135.
At this point we do not know if this error is from FTN95 message (unlikely), Windows, or some other software on your PC. That is why we need more details from you.