Hallo in meinem Programm wird einem Form eine Caption übergeben ich kriege allerdings beim aufrufen dieses Forms eine Fehlermeldung
Project project1 raised exception class 'External: SIGSEGV'.
In file '.\include\control.inc' at line 3271:
GetTextMethod := TMethod(@Self.GetTextBuf);
vllt kann mir einer helfen
Error
-
- Beiträge: 2118
- Registriert: Di 23. Sep 2014, 17:46
- OS, Lazarus, FPC: Win10 | Linux
- CPU-Target: x86_64
Re: Error
Müsste das nicht eher lauten
Code: Alles auswählen
GetTextMethod := @Self.GetTextBuf;