• Just looking around
    Fats
    Posts: 19 from 2011/2/3
    Quote:

    ... as a short(er) term project I could maybe port the Regina Rexx we use in AROS for ARexx replacement to MorphOS.


    I have a first question.
    I compile regina to a shared library regina.library.
    Internally regina uses standard C IO functions (e.g. fprintf etc.) to get input and do output in rexx scripts.
    On amiga when you start a script RexxMast is notified which script to execute. If the scripts wants to output something it is supposed to output it to the output of where the script was started.
    When my RexxMast receives a message to start a script is gets the standard output, input and error filehandles of the process that send the message, and makes them the standard output, input and error of the current process. It then calls the regina function to start the script. The IO function of AROS' C library then does the right thing when one of the standard handles is used.
    My question is if there is a C library for MorphOS where I can do the same. And if so how to handle it.

    greets,
    Staf.
    Trust me ...
    I know what I am doing
  • »09.04.11 - 16:58
    Profile