Hi Abdel,
<< 1- Can I create my own custom object? >>
Yes. The Core PDF docs cover this pretty well. Example:
obj: make object! <your-object-spec-here>
<< 2- Can I run my legacy application written in C, VC++, VB in the REBOL
shell? >>
With View/Pro or /Command, yes. You can use CALL to run external apps. Under
Windows, you can also call into DLLs so you can use ShellExecute for
example. Hopefully, that will be added to the free version of Core in the
future as well.
--Gregg
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.