UINT64 Plugin

UINT64 Plugin for REALbasic 5 and higher allows you to construct programs which can handle unsigned 64-bit integers. You can use the arithmetic operators +, -, *, / with UINT64 numbers. And they can be compared with each other.
Doubles, Integers, and Strings can be converted to the UINT64 type, and vice-versa.
UINT64 numbers can be saved to and retrieved from a MemoryBlock, using its LittleEndian property or a user-defined Boolean.
As a Carbon, PPC, and x86 plugin, it can be used to build Mac OS X, Mac OS 9.x, and Windows applications.

Version 1.1 now allows implicit use of the LittleEndian property of a MemoryBlock.


UINT64 Plugin was programmed in C++ and compiled with CodeWarrior 9.5.
Freeware.


Download UINT64 Plugin v 1.1. The download includes documentation.

UINT64Plugin.zip (68 KB)


Back To Bob Delaney's Home Page