On Feb 4, 2007, at 9:25 AM, Joe Huber wrote:

Sounds like it might be related to this report:
http://www.realsoftware.com/feedback/viewreport.php?reportid=omskpcdb

Actually, not exactly, but yes. The net result is that this is "fixed" in the next version of REALbasic. The reason there was this limitation is that REALbasic has been using the 'vers' resource in Carbon (and Classic) apps since the beginning of time. Apple defined the 'vers' resource format to use single nibbles (4 bits) for the Major and Minor versions, which yields a range of 0-15.

However, starting with r2 we are now using the plist to read the version information, which gives a limit of the range of a signed integer for each field, which should be plenty ;)

HTH,
-Jon


--
Jonathan Johnson
[EMAIL PROTECTED]
REAL Software, Inc.

REAL World 2007 Conference
May 9 - 11 in Austin, Texas
<http://www.realsoftware.com/realworld>

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

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to