Google Groups Home
Help | Sign in
ptparser bug
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
allpowertabs@gmail.com  
View profile
 More options Aug 22 2007, 12:17 am
From: "allpowert...@gmail.com" <allpowert...@gmail.com>
Date: Wed, 22 Aug 2007 04:17:52 -0000
Local: Wed, Aug 22 2007 12:17 am
Subject: ptparser bug
Line 121 position.h

durationTypeMask    = (wxUint32)0xff000000

should be

durationTypeMask    = (wxUint32)0x7f000000


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dummy  
View profile
 More options Sep 2 2007, 10:50 pm
From: Dummy <dummy...@power-tab.net>
Date: Sun, 02 Sep 2007 19:50:40 -0700
Local: Sun, Sep 2 2007 10:50 pm
Subject: Re: ptparser bug
I've got:

return (HIBYTE(HIWORD(m_dwDuration)));

in the v1.7 code, which would equate to 0xff000000.

On Aug 22, 12:17 am, "allpowert...@gmail.com" <allpowert...@gmail.com>
wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
allpowertabs@gmail.com  
View profile
 More options Sep 3 2007, 1:10 pm
From: "allpowert...@gmail.com" <allpowert...@gmail.com>
Date: Mon, 03 Sep 2007 17:10:26 -0000
Local: Mon, Sep 3 2007 1:10 pm
Subject: Re: ptparser bug
The durations aren't clearing correctly with 0xff000000.

 0x7f000000 = ((1 << 24) | (2 << 24) | (4 << 24) | (8 << 24) | (16 <<
24) | (32 << 24) | (64 << 24))

On Sep 2, 10:50 pm, Dummy <dummy...@power-tab.net> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dummy  
View profile
 More options Sep 3 2007, 4:46 pm
From: Dummy <dummy...@power-tab.net>
Date: Mon, 03 Sep 2007 13:46:05 -0700
Local: Mon, Sep 3 2007 4:46 pm
Subject: Re: ptparser bug
The entire high byte is reserved for the duration type, the last bit
being reserved for 128. Since the 128 bit is unused = 0, 0xff will
effectively act as 0x7f when the bitmask is applied.

On Sep 3, 1:10 pm, "allpowert...@gmail.com" <allpowert...@gmail.com>
wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google