[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: choose-process-dialog problem
- To: mf@arco.na.cnr.it
- Subject: Re: choose-process-dialog problem
- From: "Mark A. Tapia" <markt@dgp.toronto.edu>
- Date: Mon, 25 May 1992 14:22:47 -0400
- Cc: info-mcl@cambridge.apple.com
In the previous message, I negelected to mention that whenever
the files in the library change records definitions, traps or 
constants you must do the following:
1.  make the source level changes
2.  execute the command (ccl::reindex-interfaces) this will ensure
    that the *.idx files in the interfaces:index folder reflect
    the source code changes.
3.  exit from MCL after successfully completing step 2
    and re-enter it.  You will be able to use the access the
    new records, traps and constants definitions.