Re: OPERATOR_CONVERT problem

2009-04-01 Thread Bob Delaney
On Apr 2, 2009, at 12:38 AM, Norman Palardy wrote: On 1-Apr-09, at 9:38 PM, Bob Delaney wrote: fp Plugin brings my multi-precision engine, fp, to REALbasic. I've just upgraded the plugin so that BigIntegers can mix with the types INT64 and UINT64 in arithmetic operations and comparisons,

Re: OPERATOR_CONVERT problem

2009-04-01 Thread Norman Palardy
On 1-Apr-09, at 9:38 PM, Bob Delaney wrote: fp Plugin brings my multi-precision engine, fp, to REALbasic. I've just upgraded the plugin so that BigIntegers can mix with the types INT64 and UINT64 in arithmetic operations and comparisons, just as Doubles and Integers already do. This appear

OPERATOR_CONVERT problem

2009-04-01 Thread Bob Delaney
fp Plugin brings my multi-precision engine, fp, to REALbasic. I've just upgraded the plugin so that BigIntegers can mix with the types INT64 and UINT64 in arithmetic operations and comparisons, just as Doubles and Integers already do. This appears to work OK. But when I use OPERATOR_CONVERT