Re: Dynamical update of sharable library [message #10771] |
Fri, 16 January 1998 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Christophe Morisset writes:
> I'm using CALL_EXTERNAL to let Fortran make some
> work. When I need to modify a procedure of the
> library, I recompile it, but the procedure
> known by IDL doesn't seem to be updated.
> Is there any way to let know IDL that the
> library is to be re-load.?
You will have to exit IDL to have it pick up the
re-compiled library routine. Or, you can probably
call the function using Linkimage (much harder, usually).
But this will give you access to the internal routines
that IDL uses to know about things like programs that
have been recompiled.
Cheers,
David
-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
E-Mail: davidf@dfanning.com
Phone: 970-221-0438
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|