win32utils-devel@rubyforge.org
2004-Oct-13 21:39 UTC
[Win32utils-devel] win32-eventlog problem
Hi all, I''ve logged a new bug for win32-eventlog based on Joey Gibson''s ruby talk post (116528). Park, I''ve assigned it to you for now, figuring that you''re probably the one who best knows how to fix it. All help welcome. Dan
win32utils-devel@rubyforge.org
2004-Oct-14 10:51 UTC
[Win32utils-devel] RE: win32-eventlog problem
Hi again Joey, Well, the bad news is that I don''t think I''ll get a release out until this weekend. The good news, however, is that I think I see what the problem is. It looks like a problem in LoadLibraryEx() in eventlog.h. It seems that szExeFilePath can, in fact, actually contain a semicolon-separated list of files, rather than just a single file name. Since LoadLibraryEx() doesn''t understand anything more than a single file name, it fails. I went back and looked at the Perl source, and it appears that it actually checks for the presence of a ";" character in the string before calling LoadLibraryEx(), and splits the string into an array of strings, checking each one in turn until one succeeds. Or maybe it just checks the first one - I need to go back and look. Anyway, we''ll get it fixed as soon as possible. Regards, Dan -----Original Message----- From: Joey Gibson [mailto:joey@joeygibson.com] Sent: Thursday, October 14, 2004 5:43 AM To: Berger, Daniel Subject: Re: win32-eventlog problem Berger, Daniel wrote:>I''m not subscribed to the list here at work, so I''m replying to you >directly - hope that''s ok. > >Perfectly fine.>At the moment I''m not sure what the workaround is. I will get this >fixed ASAP, though. Hopefully tonight, with a release out tomorrow >morning. > >Man, that''s service! Thanks. :-) -- She drove a Plymouth Satellite Faster than the Speed of Light... http://www.joeygibson.com/blog http://www.joeygibson.com/blog/life/Wisdom.html Atlanta Ruby User Group http://www.AtlRUG.org
win32utils-devel@rubyforge.org
2004-Oct-14 11:39 UTC
[Win32utils-devel] win32-eventlog problem
Hi,> > Hi all, > > I''ve logged a new bug for win32-eventlog based on Joey Gibson''s ruby talk > post (116528). Park, I''ve assigned it to you for now, figuring that you''re > probably the one who best knows how to fix it. > > All help welcome.I fixed the bug and committed to CVS. Regards, Park Heesob. --MIME Multi-part separator--
win32utils-devel@rubyforge.org
2004-Oct-14 12:06 UTC
[Win32utils-devel] win32-eventlog problem
Park, you are awesome! Thanks! I think I should add a test case to ensure that none of the descriptions are nil, though I''m not 100% sure. I mean, is there ever an event log entry with no message. It seems unlikely. I''ll wait to see what you guys think. In any case I''ll put out a new release tonight, after "CSI" is over. :) Regards, Dan -----Original Message----- From: win32utils-devel-bounces@rubyforge.org [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of win32utils-devel@rubyforge.org Sent: Thursday, October 14, 2004 9:39 AM To: win32utils-devel@rubyforge.org Subject: Re:[Win32utils-devel] win32-eventlog problem Hi,> > Hi all, > > I''ve logged a new bug for win32-eventlog based on Joey Gibson''s ruby > talk > post (116528). Park, I''ve assigned it to you for now, figuring thatyou''re> probably the one who best knows how to fix it. > > All help welcome.I fixed the bug and committed to CVS. Regards, Park Heesob. --MIME Multi-part separator-- _______________________________________________ win32utils-devel mailing list win32utils-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/win32utils-devel
win32utils-devel@rubyforge.org
2004-Oct-14 14:35 UTC
[Win32utils-devel] win32-eventlog problem
Whoops - I see that you make sure that the description field contains *something* no matter what. :) I''ll still add the test case, though, for completeness. Thanks again. Dan -----Original Message----- From: win32utils-devel-bounces@rubyforge.org [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of win32utils-devel@rubyforge.org Sent: Thursday, October 14, 2004 10:06 AM To: win32utils-devel@rubyforge.org Subject: RE: [Win32utils-devel] win32-eventlog problem Park, you are awesome! Thanks! I think I should add a test case to ensure that none of the descriptions are nil, though I''m not 100% sure. I mean, is there ever an event log entry with no message. It seems unlikely. I''ll wait to see what you guys think. In any case I''ll put out a new release tonight, after "CSI" is over. :) Regards, Dan -----Original Message----- From: win32utils-devel-bounces@rubyforge.org [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of win32utils-devel@rubyforge.org Sent: Thursday, October 14, 2004 9:39 AM To: win32utils-devel@rubyforge.org Subject: Re:[Win32utils-devel] win32-eventlog problem Hi,> > Hi all, > > I''ve logged a new bug for win32-eventlog based on Joey Gibson''s ruby > talk > post (116528). Park, I''ve assigned it to you for now, figuring thatyou''re> probably the one who best knows how to fix it. > > All help welcome.I fixed the bug and committed to CVS. Regards, Park Heesob. --MIME Multi-part separator-- _______________________________________________ win32utils-devel mailing list win32utils-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/win32utils-devel _______________________________________________ win32utils-devel mailing list win32utils-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/win32utils-devel