Bonjour,

Je rencontre un problème dans mon programme. Il s'agit d'une Access Violation qui se produit tout le temps au même moment lors de l'éxécution. (Erreur reproductible)

Je ne sais pas du tout d'où cela vient, j'ai tenté beaucoup de points d'arrêt, EurekaLog... pour tenter de localiser l'erreur mais rien à faire...

Erreur : Access violation at address 0000FF00. Read of address 0000FF00.

J'ai récupéré la Call Stack qui me donne :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
:0000ff00 
:75dec5e7 ; C:\Windows\system32\USER32.dll
:75de1b31 ; C:\Windows\system32\USER32.dll
:75de1b57 USER32.CallWindowProcW + 0x1b
LMDWndProcComponent.TLMDWndProcComponent.CallPrevWndProc((45089, 0, 0, 0, 0, 0, 0, 0, 0, 0))
LMDWndProcComponent.TLMDWndProcComponent.WndProc((45089, 0, 0, 0, 0, 0, 0, 0, 0, 0))
LMDFormPersistent.TLMDFormPersistent.WndProc((45089, 0, 0, 0, 0, 0, 0, 0, 0, 0))
LMDFormA.TLMDForm.WndProc((45089, 0, 0, 0, 0, 0, 0, 0, 0, 0))
:00502883 TWinControl.MainWndProc + $2F
:0045001e StdWndProc + $16
:75dec4e7 ; C:\Windows\system32\USER32.dll
:75dec5e7 ; C:\Windows\system32\USER32.dll
:75decc19 ; C:\Windows\system32\USER32.dll
:75decc70 USER32.DispatchMessageW + 0xf
Je me demande même si je ne suis pas responsable de cette exception mais j'en doute fortement. Merci de m'éclairer si vous le pouvez.