Integer Plugin 2.0 review

Download
by rbytes.net on

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.

License: Freeware
OS: Mac OS X
File size: 84K
Developer: Bob Delaney
Price: $0.00
Updated: 23 Mar 2006
0 stars award from rbytes.net


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.

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

What's New:
fixes the Mach-O problem.
It removes the function "str(x As Integer) As String".

Requirements:
REALbasic 5.0 or later.

Integer Plugin 2.0 keywords