Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protect Source Code #16

Closed
Morteza1395 opened this issue Feb 19, 2017 · 1 comment
Closed

Protect Source Code #16

Morteza1395 opened this issue Feb 19, 2017 · 1 comment

Comments

@Morteza1395
Copy link

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:

  1. Reset your session
    IDL>.FULL_RESET_SESSION or
    IDL>.F
  2. Open the ENVI procedure (*.pro)
    IDL> .COMPILE my_envi_function.pro
  3. Call RESOLVE_ALL
    IDL> Resolve_All, /continue_on_error, skip_routines='envi'
  4. Create the ENVI save file (*.sav)
    IDL> SAVE, file='my_envi_function.sav', /routines

but when deleted .pro file then, .sav file is deactivate!!!!??

@dawhite
Copy link
Owner

dawhite commented Feb 21, 2017

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.

@dawhite dawhite closed this as completed Feb 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants