CompuServe Thread

#shell.asm

4 messages in this thread
#28315From: Mike BerroJan 1, 1989 6:58 PM
Khalid, Briefly looking at your shell.asm; I believe you need (or used to need) to put forbid()/permit() around the replymsg() when replying to the workbench message. —Mike
#28414From: Khalid AldoseriJan 2, 1989 3:30 AM
~r}iMike, hmm.. I'm not sure why I would need the Forbid() Permit() around the ReplyMsg(). Any specific reason? Khalid.
#28443From: Mike BerroJan 2, 1989 5:01 PM
In the RKM, it says the forbid/permit is needed "so Workbench can't UnLoadSeg() us before we are done". —Mike
#28459From: Khalid AldoseriJan 2, 1989 6:01 PM
Mike, OK. You're right, there should be a Forbid. Khalid.