[Lazarus] type IntegerList

Juha Manninen juha.manninen62 at gmail.com
Mon Nov 13 19:58:34 CET 2017


On Mon, Nov 13, 2017 at 8:13 PM, Alexey via Lazarus
<lazarus at lists.lazarus-ide.org> wrote:
> Good to include lists for [Int64, PtrInt, PtrUInt] to the same unit.

List of PtrInt or PtrUInt makes no sense. Those types are used only
when casting to/from a Pointer which typically involves some ugly
hack. The original type was wrong if you must cast it.
A list of Int64 however makes sense. I will add it.

Juha


More information about the Lazarus mailing list