Einzelnen Beitrag anzeigen

mquadrat

Registriert seit: 13. Feb 2004
1.113 Beiträge
 
Delphi XE2 Professional
 
#1

Zugriffsverletzung bei Anzeigen eines Hints

  Alt 12. Sep 2011, 09:58
Folgendes Problem bei einer D2007 - Anwendung:

Code:
exception class  : EAccessViolation
exception message : Zugriffsverletzung bei Adresse 004CE110 in Modul 'Application.exe'. Lesen von Adresse 00000004.

004ce110 Application.exe Forms        TMonitor.GetBoundsRect
004ce0ee Application.exe Forms        TMonitor.GetWidth
004ba487 Application.exe Controls     THintWindow.ActivateHint
004ba6af Application.exe Controls     THintWindow.ActivateHintData
004d24fa Application.exe Forms        TApplication.ActivateHint
004d1ec1 Application.exe Forms        TApplication.HintTimerExpired
004cf14e Application.exe Forms        HintTimerProc
7e3696c2 USER32.dll                  DispatchMessageA
004d0e00 Application.exe Forms        TApplication.ProcessMessage
004d0e3a Application.exe Forms        TApplication.HandleMessage
004d112f Application.exe Forms        TApplication.Run
00773fa8 Application.exe Application 97 initialization
Die Anwendung läuft 24/7. Die Zugriffsverletzung wird ausgelöst (nach Benutzerberichten) wenn das Programm via Fernwartung (Teamviewer) aus der Minimierung wieder hergestellt wird. Ich kann das auf meinem Entwicklungssystem allerdings aktuell nicht reproduzieren.

Hat zufälligerweise von Euch jemand eine Idee, wo ich suchen könnte? Mir fehlt da aktuell noch der Ansatz.
  Mit Zitat antworten Zitat