Einzelnen Beitrag anzeigen

Kas Ob.

Registriert seit: 3. Sep 2023
214 Beiträge
 
#4

AW: Code Umstellung von D7 auf D11.3

  Alt 15. Nov 2023, 10:31
Code:
const TMyColors: Array of TColor;
How did this even compile ?

Also "Array of" is managed type, so there is possibility the compiler did adjusted its reference count when you type casted it, so it could be freed when the code run the first time and the second raised AV.

Also what do you mean by crash ? what is the exact message ?

Sorry for using English.
  Mit Zitat antworten Zitat