How do you cleanly abort a Delphi program?

前端 未结 5 1668
温柔的废话
温柔的废话 2020-12-28 08:15

I\'ve got a program that\'s having some trouble during shutdown, raising exceptions that I can\'t trace back to their source. It appears to be timing-related and non-determ

5条回答
  •  借酒劲吻你
    2020-12-28 08:54

    The last time I had to hunt a problem like this was the shutdown was a causing an event (resize? It's been a while.) to fire on the dying window causing an attempt to redraw something that needed stuff that had already been disposed of.

提交回复
热议问题