Displaying 5 results from an estimated 5 matches for "dwread".
Did you mean:
dread
2004 Nov 21
3
win32-file, overlapped added
Hi all,
I''ve got overlapped and offset support in both nread and nwrite. The only
thing left before I want to release this (as 0.4.0) is to get NO_BUFFERING
to work. Unfortunately, I can''t get it to work.
Park, I looked at that site you sent (and borrowed some code from it), but I
don''t see anything special happening for NO_BUFFERING. I thought it
required
2006 May 17
1
Need a little help with the pure Ruby win32-eventlog
...n the EventLog#read method for the pure Ruby version of
win32-eventlog, but I''m stuck on the get_description private method.
Here are the problems:
* I don''t think I''m advancing the EVENTLOGRECORD properly between
iterations. Take a look at the end of the "while dwread > 0" loop. I
get some records, but not all of them.
* I''m not sure how to properly populate or pack/unpack the va_list,
which is later passed to the FormatMessage() function.
Please take a look.
Thanks,
Dan
2006 May 17
3
Need a little help with the pureRubywin32-eventlog
...''m stuck on the get_description
> private method.
> > >
> > > Here are the problems:
> > >
> > > * I don''t think I''m advancing the EVENTLOGRECORD properly between
> > > iterations. Take a look at the end of the "while dwread >
> > 0" loop. I
> > > get some records, but not all of them.
> > >
> > > * I''m not sure how to properly populate or pack/unpack
> the va_list,
> > > which is later passed to the FormatMessage() function.
> > >
> > >...
2006 Aug 03
1
[ win32utils-Bugs-5285 ] event_type is not recognized properly
...s: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: event_type is not recognized properly
Initial Comment:
Ver:0.4.1
Line 469
event_type = get_event_type(buf[24,2].unpack(''S'').first)
Should be placed into "while dwread > 0" loop.
by
TheR
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=5285&group_id=85
2006 May 17
0
Need a little help with the pure Rubywin32-eventlog
...gt; > win32-eventlog, but I''m stuck on the get_description private method.
> >
> > Here are the problems:
> >
> > * I don''t think I''m advancing the EVENTLOGRECORD properly between
> > iterations. Take a look at the end of the "while dwread >
> 0" loop. I
> > get some records, but not all of them.
> >
> > * I''m not sure how to properly populate or pack/unpack the va_list,
> > which is later passed to the FormatMessage() function.
> >
> > Please take a look.
> >
> >...