T
Tim Garwood
Hello,
This is my first post. I read a post from a little while ago about
having trouble getting io/wait to work on Windows. I downloaded the
win32utils library off of rubyforge and installed it to the default path
of:
c:\ruby\lib\ruby\site_ruby\1.8\i386-msvcrt\win32
The code that I have that is using io/wait is:
---------------------------------------------
require 'io/wait'
require 'rubygems'
require 'stomp'
c = Stomp::Client.new "blahuser", "blahpass", "localhost", 61626
c.subscribe("/queue/blah") { |m| puts m.body }
c.send("/queue/blah", "Hello, World")
---------------------------------------------
Do I need to change the require 'io/wait' line to something different
now that I have win32utils installed? Or do I need to reinstall to a
different directory or something? I can't seem to find information on
this anywhere except for the 1 post from before.
Thank you,
-Tim
This is my first post. I read a post from a little while ago about
having trouble getting io/wait to work on Windows. I downloaded the
win32utils library off of rubyforge and installed it to the default path
of:
c:\ruby\lib\ruby\site_ruby\1.8\i386-msvcrt\win32
The code that I have that is using io/wait is:
---------------------------------------------
require 'io/wait'
require 'rubygems'
require 'stomp'
c = Stomp::Client.new "blahuser", "blahpass", "localhost", 61626
c.subscribe("/queue/blah") { |m| puts m.body }
c.send("/queue/blah", "Hello, World")
---------------------------------------------
Do I need to change the require 'io/wait' line to something different
now that I have win32utils installed? Or do I need to reinstall to a
different directory or something? I can't seem to find information on
this anywhere except for the 1 post from before.
Thank you,
-Tim