Large and complex legacy program originally MSDOS now converted to FTN95/Clearwin+, compiled with full debug checks (/CHECKMATE etc), most errors - undefined variables, bad argument lists etc - seem to be picked up, and I get traceback to the offending line of code. However, sometimes, unpredictably, it just bombs out in code that other times works perfectly. No usable traceback, just
Access violation The instruction at address 1007c9f3 attempted to read from location 07497000 1007c8c3 fancy_button_procedure@16 [+130]
- followed by a whole lot of gobbledygook traceback
It seems to happen usually when I've just clicked on a button, which perhaps makes sense. But I can find nothing wrong with the coding around the button - which is of course all new Clearwin+ coding.
Thoughts?
- Steve
