Thema: Delphi Application Error

Einzelnen Beitrag anzeigen

Dax
(Gast)

n/a Beiträge
 
#2

Re: Application Error

  Alt 1. Jan 2005, 13:22
Die Exception EOutOfResources wird immer dann geworfen, wenn schon alle freien Handles des OS' erschöpft sind und das Programm noch mehr erstellen will.
Lösung: Ein paar Handles freigeben

Zitat von Delphi-Hilfe:
EOutOfResources is raised when an application attempts to create a Windows or widget handle and there are no more handles to allocate.
  Mit Zitat antworten Zitat