Einzelnen Beitrag anzeigen

neumimnemecky

Registriert seit: 21. Dez 2018
45 Beiträge
 
#4

AW: How to get Integer from Pointer

  Alt 23. Nov 2022, 20:57
I have found solution.

Code:
new(pArr);
p := pFirstByte;
pArr^[1][1][1]:=PINT(p)^; // Test of the first pixel color


I have found help in code of David Dirkse.
  Mit Zitat antworten Zitat