Skip to content
CompuServe test bed
CompuServe Archive
CompuServe Forums
CompuServe Messages
CompuServe Thread
CompuServe User
CompuServe Thread
Search
Browse Forums
Thread
AmigaTech
·
ASM Programming
#shell.asm
4
messages in this thread
#
28315
From:
Mike Berro
Jan 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
#
28414
From:
Khalid Aldoseri
Jan 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.
#
28443
From:
Mike Berro
Jan 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
#
28459
From:
Khalid Aldoseri
Jan 2, 1989 6:01 PM
Mike, OK. You're right, there should be a Forbid. Khalid.