home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.modula2
- From: tchannon@black.demon.co.uk (Tim Channon)
- Path: sparky!uunet!pipex!demon!black.demon.co.uk!tchannon
- ReplyTo: tchannon@black.demon.co.uk
- Subject: Re: executing from within a modula-program
- References: <16490.2AFB1912@puddle.fidonet.org>
- Distribution: world
- X-Mailer: cppnews $Revision: 1.19 $
- Organization: null
- Lines: 20
- Date: Sun, 8 Nov 1992 03:27:04 +0000
- Message-ID: <721218424snx@black.demon.co.uk>
- Sender: usenet@gate.demon.co.uk
-
- > > I use Topspeed modula 3.1 and had a problem in my last program. Does
- > > anyone know how Ii can execute another program from a modula program so
-
- You want EXEC33 (or a later version).
-
- This is a public domain utility library written by Thomas Wagner which could
- be compiled under TopSpeed C or Pascal and linked with you Modula2 program.
- You may also need masm.
-
- Docs in English/German as are the program messages! (compile for whichever you
- want).
-
- It is reputed to be very good, handles all sorts of swapping disk, xms, etc.
- etc. and will even pass the environment.
-
- I have looked at but not used this program (expect where other people are
- using it and I use their software). It may take a little porting to TopSpeed.
-
- TC.
- E-mail: tchannon@black.demon.co.uk or tchannon@cix.compulink.co.uk
-
-