On Thu, Jun 19, 2008 at 11:45 AM, Rick McGuire <[EMAIL PROTECTED]>
wrote:
> Mark,
>
> If you get a chance, any changes to the Windows version of SysFile
> might also be needed in the unix version as well. I've not gotten to
> the point of debugging anything on linux yet, but no sense in
> debuggi
Mark,
If you get a chance, any changes to the Windows version of SysFile
might also be needed in the unix version as well. I've not gotten to
the point of debugging anything on linux yet, but no sense in
debugging some of these problems twice.
Rick
On Thu, Jun 19, 2008 at 12:34 PM, Mark Miesfel
One correction to my advice on the about setting the data breakpoint.
You want to set it using "&this->bufferAddress", not
"this->bufferAddress". The this shouldn't really be necessary.
That's probably why it didn't work for you before.
Rick
On Thu, Jun 19, 2008 at 12:34 PM, Mark Miesfeld <[EMAI
On Thu, Jun 19, 2008 at 8:07 AM, Rick McGuire <[EMAIL PROTECTED]> wrote:
> See my comments below.
>
> On Thu, Jun 19, 2008 at 10:08 AM, Mark Miesfeld <[EMAIL PROTECTED]>
> wrote:
> > ... I just took out the position--; line
> >
>
> All of those look reasonable. Thanks for digging in to this
See my comments below.
On Thu, Jun 19, 2008 at 10:08 AM, Mark Miesfeld <[EMAIL PROTECTED]> wrote:
> This is mostly for Rick, posted here for other's that may be interested.
>
> I worked my way through the new stream library about as far as I can go. I
> have a list of the things I found for when