realbasic-nug
[Top] [All Lists]

Re: Discerning 10.4

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Discerning 10.4
From: Charles Yeomans <charles at declareSub dot com>
Date: Fri, 27 Apr 2007 19:27:24 -0400
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <C257AA5C dot 8DB3%mauitom at maui dot net>
dim systemVersion as Integer
dim isTiger as Boolean = System.Gestalt("sysv", systemVersion) and  
systemVersion >=&h1040
dim isPanther as Boolean = System.Gestalt("sysv", systemVersion) and  
systemVersion >=&h1030


Charles Yeomans

On Apr 27, 2007, at 7:25 PM, Thomas Cunningham wrote:

> Hi,
>
> What would be my choices to identify if a user is running under  
> 10.4 or 10.3
> on a Mac?
>
> e.g.
> If System.Using10_4 Then
>   // Do This
> ElseIf System.Using10_3 Then
>   //Do That
> End
>
> Thank you, Thomas C.
>
>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

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


From  Fri 27 Apr 2007 20:40:39 EDT
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
        id 36C832277D6A; Fri, 27 Apr 2007 17:41:05 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on 
        www.realsoftware.com
X-Spam-Level: 
X-Spam-Status: No, score=-1.6 required=4.5 tests=BAYES_00,NO_REAL_NAME 
        autolearn=no version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
        by xmail.realsoftware.com (Postfix) with ESMTP id 663962277D61;
        Fri, 27 Apr 2007 17:41:04 -0700 (PDT)
Received: from real-software-mini.local (localhost [127.0.0.1])
        by lists.realsoftware.com (Postfix) with ESMTP id 0F3AA265FD0;
        Fri, 27 Apr 2007 19:40:59 -0500 (CDT)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from imo-d23.mx.aol.com (imo-d23.mx.aol.com [205.188.139.137])
        by lists.realsoftware.com (Postfix) with ESMTP id DA086265FC5
        for <realbasic-nug at lists dot realsoftware dot com>;
        Fri, 27 Apr 2007 19:40:54 -0500 (CDT)
Received: from TazmnianDv at aol dot com
        by imo-d23.mx.aol.com (mail_out_v38_r9.2.) id w.c30.111bd1d4 (42809)
        for <realbasic-nug at lists dot realsoftware dot com>;
        Fri, 27 Apr 2007 20:40:39 -0400 (EDT)
From: TazmnianDv at aol dot com
Message-ID: <c30 dot 111bd1d4 dot 3363f207 at aol dot com>
Date: Fri, 27 Apr 2007 20:40:39 EDT
Subject: Re: runtime crash
To: realbasic-nug at lists dot realsoftware dot com
MIME-Version: 1.0
X-Mailer: Thunderbird - Mac OS X sub 293
X-Content-Filtered-By: Mailman/MimeDel 2.1.9
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com

I found this one work around - to run the program remotely on a windows 
machine from my mac. Then there are no crashes. Somewhat confirming my theory 
that 
its a mac compiler bug.

I can tell you this, after we have spent about $1600 to Real this year alone, 
its not worth it to buy the extra support package. All they tell you is 
"remove modules until you figure it out yourself". Even after paying them for 
the 
extra support package they refuse to look at the code or figure out what is 
wrong with their own compiler. So do yourself a favor and don't pay for support.



**************************************
 See what's free at http://www.aol.com.
_______________________________________________
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>