Integer Plugin

Integer Plugin for REALbasic 5 and higher allows you to construct programs which can handle unsigned 64-bit, signed 64-bit, and unsigned 32-bit integers. You can use the arithmetic operators +, -, *, / with these numbers. And they can interact with REALbasic integers, which are signed 32-bit integers.

Doubles, Integers, and Strings can be converted to the new types, and vice-versa.

The new 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 adds bitwise functions for the new types.
Version 1.2 allows comparisons to be made between UINT64 integers, between INT64 integers, and between UINT32 integers. In addition INT64 integers can be compared to doubles or integers.
Version 1.3 adds functions to convert REALbasic integers and doubles into strings without truncation.
Version 1.4 fixes a Mach-O problem for REALbasic 5.5.5, but not for REALbasic 2005.
Version 2.0 fixes the Mach-O problem. It removes the function "str(x As Integer) As String".


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


Download Integer Plugin v 2.0. The download includes documentation.

IntegerPlugin.zip (88 KB)


Back To Bob Delaney's Home Page