- May
- 130
- 1
The documentation says:
The Ruby language is not built into TCC, and must be obtained separately. The versions supported by TCC are Ruby 1.8 and 1.9 (free from www.ruby-lang.org ).
I have Ruby 1.9.3 Installed
ruby --version
ruby 1.9.3p125 (2012-02-16) [i386-mingw32]
but when I try this in Take Command
echo %@RUBY[p "hello"]
TCC: (Sys) Could not load Ruby dll (msvcrt-ruby18.dll)
p "hello"
in my ruby installations bin directory I have:
dir /f d:\ruby193\bin\msvcrt*.dll
D:\ruby193\bin\msvcrt-ruby191.dll
I'm running:
TCC 13.03.46 Windows 7 [Version 6.1.7601]
TCC Build 46 Windows 7 Build 7601 Service Pack 1
Registered to Federico Romano - 1 System License
Am I missing something or is this not working?
TIA
- Federico
The Ruby language is not built into TCC, and must be obtained separately. The versions supported by TCC are Ruby 1.8 and 1.9 (free from www.ruby-lang.org ).
I have Ruby 1.9.3 Installed
ruby --version
ruby 1.9.3p125 (2012-02-16) [i386-mingw32]
but when I try this in Take Command
echo %@RUBY[p "hello"]
TCC: (Sys) Could not load Ruby dll (msvcrt-ruby18.dll)
p "hello"
in my ruby installations bin directory I have:
dir /f d:\ruby193\bin\msvcrt*.dll
D:\ruby193\bin\msvcrt-ruby191.dll
I'm running:
TCC 13.03.46 Windows 7 [Version 6.1.7601]
TCC Build 46 Windows 7 Build 7601 Service Pack 1
Registered to Federico Romano - 1 System License
Am I missing something or is this not working?
TIA
- Federico