(Gast)
n/a Beiträge
|
Re: kleines Programm - riesiger Prozess
26. Aug 2004, 00:59
Zitat von dizzy:
dann halt "Cardinal div 2". Das sollte so gerade noch gehen
Nö
Delphi-Quellcode:
type
PDickesDingen = ^TDickesDingen;
TDickesDingen = array[0..High(Integer) - 1] of Byte;
|
|
Zitat
|