System Error. Code: 8. Not enough storage is available to process this command

后端 未结 7 2097
时光说笑
时光说笑 2020-11-27 12:32

We have a few Win32 applications (coded in Delphi 2006) where sometimes the user gets an error message saying \"System Error. Code: 8. Not enough storage is availabl

7条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-27 12:49

    There could be bugs in the compiler, it's a fair bet it's something in your app that is causing the problem. Could it be that your app is leaking window handles or some other GUI object like pens/brushes? This could be a cause.

提交回复
热议问题