X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 04 Dec 2006 11:52 PM by  anon
How to create a exe file?
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
04 Dec 2006 11:52 PM
    I Called a ENVI function ENVI_OPEN_FILE in my IDL procedure, now I created a exe file, when I run it, it always warn me using a undefined function/procedure ENVI_OPEN_FILE, please tell me how to create a exe file when calling a ENVI function in IDL procedure!

    Deleted User



    New Member


    Posts:
    New Member


    --
    04 Dec 2006 11:52 PM
    IDL cannot find ENVI routines until a few ENVI "{batch processing" configuration commands are run. Particularly important are: ENVI, /RESTORE_BASE_SAVE_FILES and ENVI_BATCH_INIT Read more about these in the Help articles rooted at 'ENVI Online Help -> Contents tab page -> ENVI Programmer's Guide -> Batch Mode' and, more generally, at 'ENVI Online Help -> Contents tab page -> ENVI Programmer's Guide -> Overview -> Introduction to ENVI Programming'. James Jones
    You are not authorized to post a reply.