Re: TSR Capabilites

new topic     » goto parent     » topic index » view thread      » older message » newer message

At 19:23 26-11-96 -0500, you wrote:
>---------------------- Information from the mail header -----------------------
>Sender:       Euphoria Programming for MS-DOS <EUPHORIA at
>MIAMIU.ACS.MUOHIO.EDU>
>Poster:       Matt Stancliff <sysop at ATL.MINDSPRING.COM>
>Subject:      TSR Capabilites
>-------------------------------------------------------------------------------
>
>I have an idea for a new program, but it requires the program to be a TSR.
>Does anyone know if Euphoria supports TSR's?  I haven't found any
>information in the docs so I'm asumming not.  Just thought I'd ask before I
>gave up completly.
>
>
>-Matt Stancliff
>

An euphoria program can't be a TSR because euphoria programs are
interpreted.  It mean
that ex.exe should be running for your euphoria code to execute.
TSR are usually triggered by interrupt.  So an euphoria program can trigger
a TSR using
dos_interrupt, but it can't itself be a TSR.


Jacques Deschenes
Baie-Comeau, Quebec
Canada
desja at quebectel.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu