From: nobu.nokada@... Date: 2005-01-22T01:55:34+09:00 Subject: Re: trouble with ruby_options() on win32 and ruby 1.8.2 Hi, At Wed, 19 Jan 2005 05:41:58 +0900, David Craine wrote in [ruby-talk:127054]: > I'm trying to embed ruby into a win32 application; however, when > calling the ruby_options() method my process simply hangs. I am trying > to use ruby_options() to pass the -C argument to ruby to set the > current directory. My code looks like this: Which version do you use? Since last november, ruby_options() ignores argc and argv on win32, and reads the command line from the system. -- Nobu Nakada