[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: choose-process-dialog problem



>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.

Step 3 isn't strictly necessary, but is usually what you want because
(reindex-interfaces) conses away a large amount of your memory.