Liu Leapmars
2007-Sep-25 20:36 UTC
[Eventmachine-talk] When the eventmachine 0.9.0 BINARY release for
Hi all, It seems that the keyboard events support which is one of the important requirements for my project is not available on eventmachine 0.8.1 release. So I need upgrade it to the latest 0.9.0 release. I''m wondering when the eventmachine 0.9.0 BINARY release for mswin32 will be ready. Best Regards, Lorin Liu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070926/e32261c0/attachment.html
Francis Cianfrocca
2007-Sep-25 21:23 UTC
[Eventmachine-talk] When the eventmachine 0.9.0 BINARY release
On 9/25/07, Liu Leapmars <leapmars.liu at gmail.com> wrote:> > Hi all, > > It seems that the keyboard events support which is one of the important > requirements for my project is not available on eventmachine 0.8.1release. So I need upgrade it to the latest > 0.9.0 release. > > I''m wondering when the eventmachine 0.9.0 BINARY release for mswin32 will > be ready. > > Best Regards, > Lorin Liu >Ah sorry, will get it out asap. I''ve been rather unsure exactly how many people use the Windows gem, as it generates so few support requests! I''m glad to know you''re using it. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070926/8a1b7cd7/attachment.html
Liu Leapmars
2007-Sep-25 22:04 UTC
[Eventmachine-talk] When the eventmachine 0.9.0 BINARY release
That''s great! Thanks a lot! Regards, Lorin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070926/a94f0222/attachment.html
Francis Cianfrocca
2007-Sep-25 22:28 UTC
[Eventmachine-talk] When the eventmachine 0.9.0 BINARY release
Here''s a release candidate. Please test it and let me know if it works well in your environment. If so, I''ll release it. On 9/26/07, Liu Leapmars <leapmars.liu at gmail.com> wrote:> > That''s great! Thanks a lot! > > Regards, > Lorin > > > _______________________________________________ > Eventmachine-talk mailing list > Eventmachine-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/eventmachine-talk >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070926/101a2d37/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: eventmachine-0.9.0-i386-mswin32.gem Type: application/octet-stream Size: 1322496 bytes Desc: not available Url : http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070926/101a2d37/attachment-0001.obj
Liu Leapmars
2007-Sep-26 00:14 UTC
[Eventmachine-talk] When the eventmachine 0.9.0 BINARY release
Hi Francis, An error occurs when running the following sample code: *>>01 require ''eventmachine''* *>>02 module KbHandler>>03 include EM::Protocols::LineText2 >>04 def receive_line d >>05 EM::stop if d == "STOP" >>06 end >>07 end**>>08 EM.run {>>09 EM.open_keyboard KbHandler >>10 EM::Timer.new(1) { EM.stop } >>11 }*The error message is "*This application has requested the Runtime to terminate it in an unusual way. Please contact the application''s support team for more information*." If I comments line 9, everything goes well. Seems that there is something wrong with EM.open_keyboard method. My ruby version: ruby 1.8.5 (2006-08-25) [i386-mswin32] My OS: Windows XP SP2 Regards, Lorin 2007/9/26, Francis Cianfrocca <garbagecat10 at gmail.com>:> Here''s a release candidate. Please test it and let me know if it works > well in your environment. If so, I''ll release it. > > On 9/26/07, Liu Leapmars <leapmars.liu at gmail.com> wrote: > > > That''s great! Thanks a lot! > > > > Regards, > > Lorin > > > > > > _______________________________________________ > > Eventmachine-talk mailing list > > Eventmachine-talk at rubyforge.org > > http://rubyforge.org/mailman/listinfo/eventmachine-talk > > > > > _______________________________________________ > Eventmachine-talk mailing list > Eventmachine-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/eventmachine-talk > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070926/befdf982/attachment.html
Francis Cianfrocca
2007-Sep-26 00:19 UTC
[Eventmachine-talk] When the eventmachine 0.9.0 BINARY release
On 9/26/07, Liu Leapmars <leapmars.liu at gmail.com> wrote:> > Hi Francis, > > An error occurs when running the following sample code: > > *>>01 require ''eventmachine''* > *>>02 module KbHandler > >>03 include EM::Protocols::LineText2 > >>04 def receive_line d > >>05 EM::stop if d == "STOP" > >>06 end > >>07 end* > *>>08 EM.run { > >>09 EM.open_keyboard KbHandler > >>10 EM::Timer.new(1) { EM.stop } > >>11 }* > > The error message is "*This application has requested the Runtime to > terminate it in an unusual way. > Please contact the application''s support team for more information*." > > If I comments line 9, everything goes well. Seems that there is something > wrong with EM.open_keyboard method. > > My ruby version: ruby 1.8.5 (2006-08-25) [i386-mswin32] > My OS: Windows XP SP2 > > Regards, > Lorin >Got the same error, thx for the code sample. Will send you another RC when fixed. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070926/2ed750de/attachment.html
Francis Cianfrocca
2007-Sep-26 00:41 UTC
[Eventmachine-talk] When the eventmachine 0.9.0 BINARY release
On 9/26/07, Liu Leapmars <leapmars.liu at gmail.com> wrote: Try it now. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070926/56472328/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: eventmachine-0.9.0-i386-mswin32.gem Type: application/octet-stream Size: 1326080 bytes Desc: not available Url : http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070926/56472328/attachment-0001.obj
Liu Leapmars
2007-Sep-26 02:55 UTC
[Eventmachine-talk] When the eventmachine 0.9.0 BINARY release
It looks OK. 2007/9/26, Francis Cianfrocca <garbagecat10 at gmail.com>:> > On 9/26/07, Liu Leapmars <leapmars.liu at gmail.com> wrote: > > > Try it now. > > > _______________________________________________ > Eventmachine-talk mailing list > Eventmachine-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/eventmachine-talk > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20070926/74188f4a/attachment.html