From: Omar Campos Date: 2009-12-10T04:41:17+09:00 Subject: Re: Using OCRA, FXRuby and pdf-writer problem > When you want to attach an application code, use services like Pastie > or Gist from GitHub to avoid long emails... Ok, I'll keep that in mind. I'm still rather new to this forum. Where can I find info about these services? > RubyW is a windowless environment and thus, all puts and things will > fail because there is no standard console attached to it. > > When you run it with ruby.exe, do you get all these warnings? I guess > not, but just to verify. Yes, the warnings appear only when using RubyW, or when running the .exe made with OCRA with the script saved as .rb (which internally uses ruby.exe, it seems). when running with RubyW, or the OCRA-made .exe with script saved as .rbw, no warnings appear and the program simply terminates. -- Posted via http://www.ruby-forum.com/.