You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is a basic ENVI+IDL programming question. This is not the place to ask it. To learn more about creating distributable applications, go here: https://www.harrisgeospatial.com/docs/ToolboxExtensions.html. If you need help with this process, I recommend you contact Harris technical support.
I have .pro cod which I want them not to be modified by others. how could i convert .sav into read only files?
I do the Steps include follow as:
IDL>.FULL_RESET_SESSION or
IDL>.F
IDL> .COMPILE my_envi_function.pro
IDL> Resolve_All, /continue_on_error, skip_routines='envi'
IDL> SAVE, file='my_envi_function.sav', /routines
but when deleted .pro file then, .sav file is deactivate!!!!??
The text was updated successfully, but these errors were encountered: