Path: utzoo!mnetor!uunet!husc6!think!ames!pasteur!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: REZ questions. Message-ID: <8804201502.AA07604@cory.Berkeley.EDU> Date: 20 Apr 88 15:02:08 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 22 > I too am trying to get REZ to work but have encountered a problem. >My normal environment is to have lots of stuff in vd0: including the Manx >compiler, ie. 'cc', 'as', & 'ln'. My idea is to REZ them and then delete >them from vd0:. This works fine for 'cc' and 'ln' EXCEPT that 'cc' cannot >now find the assembler. Does PATH need to be set to some special value >for 'cc' to find a REZ'ed 'as'? (If 'as' is not deleted from vd0: everything >works normally.) > >Rick Pasotto >mcnc!unccvax!fwp Remember that REZ intercepts LoadSeg(), so you still must have the executables available in many cases just so programs can get locks on them. That is, in those cases where the application 'searches' the path for the executable, it usually gets a lock on it before LoadSeg()ing it, and doesn't bother to LoadSeg() it if it can't get the lock.... REZ doesn't come in until the application actually LoadSeg()'s it. Also, REZ doesn't work for applications that CurrentDir() INTO the executable then LoadSeg(""). -Matt