realbasic-nug
[Top] [All Lists]

bitwiseAnd ? Bug in 2008r4

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: bitwiseAnd ? Bug in 2008r4
From: John McKernon <mckernonjunk@earthlink.net>
Date: Sat, 27 Sep 2008 18:14:55 -0400
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-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
I've just run into a new bug in 2008r4, here's the line of code that triggers it:

if bitwiseAnd(val(msuitemask),&h1)>0 then

msuitemask is a string, this line is from the OSVersionInformation module that I believe came courtesy of Aaron Ballman.

When this line of code is run on Windows, it causes the application to crash, with Windows saying "MyApplication.exe has encountered a problem and needs to close".

I've just filed a bug report on this, but I was wondering if anyone had suggestions for a workaround. The bug does NOT happen in 2008r3.

Thanks!

- John


_______________________________________________
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>