- May
- 21
- 0
Running build 146, I still have an issue with Ruby. I can now directly run Ruby files, but it's because TCC is actually invoking ruby.exe.
echo %@ruby[1]
doesn't give the .dll error any more, but it still closes TCC.
I'll see if I can update my ruby install - I'm currently on 1.8.5.
-- Timothy
[c:\jp] option ruby
ruby=Yes
[c:\jp] which c:\bin\next_res.rb
c:\bin\next_res.rb is associated with : c:\ruby\bin\ruby.exe
[c:\jp] assoc .rb
.rb=rbFile
[c:\jp] ftype rbfile
rbfile="c:\ruby\bin\ruby.exe" "%1" %*
echo %@ruby[1]
doesn't give the .dll error any more, but it still closes TCC.
I'll see if I can update my ruby install - I'm currently on 1.8.5.
-- Timothy
[c:\jp] option ruby
ruby=Yes
[c:\jp] which c:\bin\next_res.rb
c:\bin\next_res.rb is associated with : c:\ruby\bin\ruby.exe
[c:\jp] assoc .rb
.rb=rbFile
[c:\jp] ftype rbfile
rbfile="c:\ruby\bin\ruby.exe" "%1" %*