Page 1 of 1

Ruby interpreter called from delphi DLL?

PostPosted: May 7th, 2006, 6:16 am
by HPW
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) :cry:

Has anyone did this with success or has a hint/tip how to get this done?
:?:

PostPosted: May 7th, 2006, 1:31 pm
by Kambiz
Have you tried RemObjects Pascal Script? It doesn't have any external dependecy such as dll.

PostPosted: May 7th, 2006, 2:51 pm
by HPW
No, but I am also not searching for another scripting language.
I want to dive into ruby, because another system use it as its scripting engine and I want to interface to this system.