For embedding the ruby-interpreters in delphi there is a component under:
http://www.sourcepole.com/sources/software/rubycomp/
With the contained test-application (tests.dpr) it works with no problem to embed the ruby-interpreter (msvcrt-ruby18.dll) and to call ruby functions.
Now I want to call the delphi-form or the interpreter direktly from my own delphi DLL.
(I have tried it without success)
Has anyone did this with success or has a hint/tip how to get this done?