realbasic-plugins
[Top] [All Lists]

Decimal Plugin problem

To: REALbasic Plugins <realbasic-plugins@lists.realsoftware.com>
Subject: Decimal Plugin problem
From: Bob Delaney <delaneyrm@earthlink.net>
Date: Fri, 25 Jul 2008 00:57:03 -0500
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-plugins-bounces@lists.realsoftware.com) smtp.mail=realbasic-plugins-bounces@lists.realsoftware.com; domainkeys=hardfail (test mode) header.From=delaneyrm@earthlink.net
Delivered-to: listarchive@realsoftware.com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=IXYSoXqleKaMDcY+7l86Ur8b5LGOx3zIXZdGQ2k/t6BrgwBzD06XrYe5qfoRyARK; h=Received:Message-Id:From:To:Content-Type:Mime-Version:Subject:Date:X-Mailer:X-ELNK-Trace:X-Originating-IP;
Domainkey-status: bad (test mode)
Reply-to: REALbasic Plugins <realbasic-plugins@lists.realsoftware.com>
Sender: realbasic-plugins-bounces@lists.realsoftware.com
I'm updating my Decimal Plugin for REALbasic 2008 Release 3 using:

{ (REALproc) DecConstructor, REALnoImplementation, "Constructor()" },
{ (REALproc) DecConstructor2, REALnoImplementation, "Constructor(inputString As String)" }, { (REALproc) DecConstructor3, REALnoImplementation, "Constructor(x As Double)" },

RB 2008 Release 2 gives no error for:

Dim x As Decimal

but Release 3 (or 3.1) gives the error:

PropVal, Decimal.Name (property value), %1 is reserved and can't be used as a variable or property name., Name : Decimal

Does this mean that "Decimal" has become a reserved word in Release 3?

Bob

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>
  • Decimal Plugin problem, Bob Delaney <=