I''m confused by this bug report: https://github.com/djberg96/sys-uname/issues/1 Am we supposed to call ole_initialize before using win32ole for anything? If so, that method needs to be documented ASAP. Regards, Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/win32utils-devel/attachments/20130416/aeeab939/attachment.html>
Looks like this has come up before elsewhere: http://stackoverflow.com/questions/10413264/render-word-document-from-remote-server-using-win32ole-in-ruby-on-rails This patch does not appear to have been integrated: https://gist.github.com/cowlibob/717446 Regards, Dan On Tue, Apr 16, 2013 at 12:51 PM, Daniel Berger <djberg96 at gmail.com> wrote:> I''m confused by this bug report: > > https://github.com/djberg96/sys-uname/issues/1 > > Am we supposed to call ole_initialize before using win32ole for anything? > If so, that method needs to be documented ASAP. > > Regards, > > Dan >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/win32utils-devel/attachments/20130416/f230e700/attachment.html>
HI, 2013/4/17 Daniel Berger <djberg96 at gmail.com>:> Looks like this has come up before elsewhere: > > http://stackoverflow.com/questions/10413264/render-word-document-from-remote-server-using-win32ole-in-ruby-on-rails > > This patch does not appear to have been integrated: > > https://gist.github.com/cowlibob/717446 >That patch has been integrated on trunk but it has some bugs on flip-flop test. This bug was fixed on Ruby 2.0.0 with revision r38867,r38868,r38869. But not yet backported to Ruby 1.9.3. Refer to http://bugs.ruby-lang.org/issues/show/2618 http://bugs.ruby-lang.org/issues/show/7681 Regards, Park Heesob