Dear Paul,
in one of our applications we get an access violation when we try to close the application while using STOP. For testing we have compiled all sources with option /undef but the application works fine. Only when we try to close the application the problem occurs. STOP/END is the last code sequence of the program.

Do you have an idea what the problem could be?
We use FTN95 Ver. 7.10.0
:edit
We have figured out that this problem has something to do with WINIO using %HW, %LW and OPEN_TO_WINDOW@. The code is very old but until now we had no problems with it. Maybe OPEN_TO_WINDOW@ is not needed in our case no more...
In the debbuger the problem does not occur. It happens most of the time during run time. Very strange behavior.