I got one more property sheet crashing (third during 20 years) and i can not find the bug.
Do people agree that Clearwin should always keep the debugging information about the line where error happening no matter if the code compiled with /nocheck or even /optimize ? So if crash happens the line information will be displayed in readable format, not with hex address or relative continuation #. This will not add much to the exesize or not make the code slower, the human-to-computer interactions are slow anyway and /optimize or /nocheck are useless in Clearwin where reaction on mouse or keyboard are of the order of 0.1 second
Currently Clearwin only gives the bug report of this sort 'you got an error in continuation #146' suitable only for the future cyber brains in 22d century. And even worse recently i get the crashes with the error report 'Invalid initial value for %rf format. Are you sure that variable initialized at address a1c0004423443344323656535677456234 ?' which no one can find besides may be with one month of efforts mecej4 but he does not use Clearwin.
Worst ever part is that when you run the program through the debugger to find the bug the error disappearing no matter which compiler switch was used even the /nocheck. If compile the code with check or undef the crash also does not happen even without debugger