Hi ,
Is there any other utility to create EXE out of Ruby scripts other
than RubyScript2EXE.rb?
I think RubyScript2EXE.rb is too buggy. in couple of weeks 3-4 times
the generated EXE is producing different result than original script
on same machine.
In one case when i extracted the files & compare it one of the
application's rb file was changed. from "if else " condition only the
else part was there.
Does it suppose to change the application rb file?
Hi ,
Is there any other utility to create EXE out of Ruby scripts other
than RubyScript2EXE.rb?
I think RubyScript2EXE.rb is too buggy. in couple of weeks 3-4 times
the generated EXE is producing different result than original script
on same machine.
Can you post the minimum script.rb that shows that bug?
When you do that, post the pertinent version(s) for Ruby and RubyScript2EXE.rb.
Harry,
exerb work's very well with me.
Take a look in the file example/runtime.exy to learn how to set all
the configurations.
cheers
···
On 2/14/07, Harry <ruby.hardware@gmail.com> wrote:
On 2/15/07, vinod <vinod.patil1@gmail.com> wrote:
> Hi ,
> Is there any other utility to create EXE out of Ruby scripts other
> than RubyScript2EXE.rb?
>
-----Original Message-----
From: Felipe Navas [mailto:felipenavas@gmail.com]
Sent: Thursday, February 15, 2007 10:18 AM
To: ruby-talk ML
Subject: Re: Ruby script to EXE
/*
Harry,
exerb work's very well with me.
Take a look in the file example/runtime.exy to learn how to set all
the configurations.
*/
i also had a look on exerb for a compare with rubyscript2exe.rb,
but as the doc is only in japanese unfortunately, i didn't get it to
work.
Is there any English translation of exerb available ?
On 07.2.15 7:16 PM, "Rebhan, Gilbert" <Gilbert.Rebhan@huk-coburg.de> wrote:
Hi,
-----Original Message-----
From: Felipe Navas [mailto:felipenavas@gmail.com]
Sent: Thursday, February 15, 2007 10:18 AM
To: ruby-talk ML
Subject: Re: Ruby script to EXE
/*
Harry,
exerb work's very well with me.
Take a look in the file example/runtime.exy to learn how to set all
the configurations.
*/
i also had a look on exerb for a compare with rubyscript2exe.rb,
but as the doc is only in japanese unfortunately, i didn't get it to
work.
Is there any English translation of exerb available ?
Thanks Guys!
i downloaded the latest version of EXERB & installe it
but whenever i run
ruby -r exerb/mkrbc init.rb
Getting following error
ruby: no such file to load -- exerb/mkrbc (LoadError)
Thanks,
Vinod
···
On Feb 15, 7:30 am, "CXP04...@nifty.com" <cxp04...@nifty.com> wrote:
On 07.2.15 7:16 PM, "Rebhan, Gilbert" <Gilbert.Reb...@huk-coburg.de> wrote:
> Hi,
> -----Original Message-----
> From: Felipe Navas [mailto:felipena...@gmail.com]
> Sent: Thursday, February 15, 2007 10:18 AM
> To: ruby-talk ML
> Subject: Re: Ruby script to EXE
> /*
> Harry,
> exerb work's very well with me.
> Take a look in the file example/runtime.exy to learn how to set all
> the configurations.
> */
> i also had a look on exerb for a compare with rubyscript2exe.rb,
> but as the doc is only in japanese unfortunately, i didn't get it to
> work.
> Is there any English translation of exerb available ?