From: Florian Gross Date: 2004-12-09T04:47:30+09:00 Subject: Re: [ANN] RubyScript2Exe 0.2.0 Erik Veenstra wrote: >>Is a change list available somewhere? I couldn't find one on >>the homepage. > > It's there, really... The Download section [1] has a link to > both [2] and [3]. I think you are interested in [2]. Thanks, while this is not exactly what I was looking for it is still similar enough to be of help. >>Also while I'm writing to you, would it be possible to allow >>custom .DLLs and resources to be added? I have an application >>that uses a C++ extension which loads more .DLLs -- >>RubyScript2Exe does not automatically include those and I >>can't find a way of manually including them that works. (I >>can unpack and repackage, but then the .DLLs will still not >>get loaded from the temporary directory.) > > There's a link to Tar2RubyScript [4] on the page as well. > Tar2RubyScript generates a standalone Ruby script from an > existing directory, which contains a complete Ruby application > (scripts, DLL's and resources). This standalone Ruby script can > be converted to an executable with RubyScript2Exe. But will the .DLLs really be found when I use Tar2RubyScript? I think I tried this without success.