Thema
:
How to get Integer from Pointer
Einzelnen Beitrag anzeigen
neumimnemecky
Registriert seit: 21. Dez 2018
45 Beiträge
#
4
AW: How to get Integer from Pointer
23. Nov 2022, 21:57
I have found solution.
markieren
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.
Zitat
neumimnemecky
Öffentliches Profil ansehen
Mehr Beiträge von neumimnemecky finden