Path: utzoo!attcan!uunet!mcsun!ukc!icdoc!qmw-cs!jeremyr From: jeremyr@cs.qmw.ac.uk (Jeremy Roussak) Newsgroups: comp.sys.mac.programmer Subject: Re: MF Sublaunch problem Message-ID: <2522@sequent.cs.qmw.ac.uk> Date: 19 Jul 90 12:01:27 GMT References: <1234600046@uxa.cso.uiuc.edu> Reply-To: jeremyr@cs.qmw.ac.uk (Jeremy Roussak) Organization: Computer Science Dept, QMW, University of London, UK. Lines: 18 In article deweeset@turing.cs.rpi.edu (Thomas DeWeese) writes: >I am also trying to write a program to launch other programs in MF. I had >a version working with _Launch Trap but unfortunatly this also destroys the >app the does the _Launch. So I noticed a little Trap _Chain I try this >and it no longer Destroys the current app it simply trashes the system. Thus >I noticed Heap Zones, but there seems to be no way to safely create a new >heap Zone for the new app in MF. I am fresh out of ideas and would appreciate >a person with knowlage on this subject giving me some help. _Launch does not destroy the app that does the launch under MF. Control returns immediately to that app once the launch request is registered. TechNote 126 has all the details. _Chain is, I understand, obsolete and should not be used (the fact that it crashes the system has presumably given you some hint of this :-)). Jeremy Roussak