ForeverZer0":3ohnu75a said:
I don't really understand how exactly you plan on using/creating a Ruby DLL, but without using C/C++. What language are you interfacing it with, and how exactly do you plan to use it?
The language is Delphi, a evolution of Pascal, a language I used for more than 30 yrears. It can interface, as well as create DLLs as easily as C.
What I want to do is not really write a DLL, but write an RM-like program (editor + run-time), also using RUBY as the scripting language; but keeping the best of both XP and VX, as well as adding new features.
And as I'd like to avoid heavy mandatory packages like .NET (which includes a RUBY execution library), the best way I can think of is a DLL. Perhaps this thing does exist in the 'official' RUBY package; but I am not a pro in RUBY development and the docs are a little .... fuzzy (mainly written for people who already know...). Thqt's why I am requireing help.
Easy project, no ??