Re: deleting compiled module ? [message #1655] |
Thu, 17 February 1994 05:03  |
neri
Messages: 3 Registered: May 1993
|
Junior Member |
|
|
In article <1994Feb17.122814.16482@news.lrz-muenchen.de> doll@cip27.lte.e-technik.tu-muenchen.de (Franz Dollinger) writes:
>
> hi there,
>
> I'm just testing idl and I've got the following problem:
> I genarated a module, started IDL and run that module.
> I modified that module outside IDL, but to recompile and run the modified module I had to stop IDL and start it again.
> [Q]: is there a possibility to delete or unload a compiled module for starting a modified version?
>
Instead of using the '.run' command to compile the module, use the '.rnew'
command. It will overwrite the old module with the new version. If you
are having the original module fail, you may also need to execute a
'return' or 'retall' command to get you out of the original failed
module to be able to re-compile it.
Just as an aside, I find that the ability to incrementally compile
pieces of code in IDL a great idea, and make IDL a good environment for
code development.
--
Jess Neri neri@hobbes.nrl.navy.mil (202) 404-7567 # # ## #
Pulsed Power Physics Branch, Plasma Physics Division ## # # # #
Naval Research Laboratory, Washington DC 20375 # ## ## #
######### Nuts Running Loose ################# # # # # ###
|
|
|