X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 30 Apr 2008 02:03 AM by  anon
Having some trouble with the Resolve_All procedure...
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
30 Apr 2008 02:03 AM
    I was following the step by step instructions for making a save file and I got the following error when I tried to call the Resolve_All procedure to compile all dependent procedures in the code. --------------------------------------------------------------------------------------- Resolve_All, /continue_on_error, /skip_routines='envi' ^ Syntax error. --------------------------------------------------------------------------------------- Why does this happen? I am quite sure the sintax is correct...

    Deleted User



    New Member


    Posts:
    New Member


    --
    30 Apr 2008 02:03 AM
    In "/skip_routines='envi' you cannot have both a '/' slash and an '=' equal sign. The slash, namely, literally means "=1". Get rid of the slash and your syntax error will go away. James Jones

    Deleted User



    New Member


    Posts:
    New Member


    --
    30 Apr 2008 02:03 AM
    Thank you... It works without the "/" before "skip_routines"... But I still have other issues like these... --------------------------------------------- Compiled module: EIGENQL. Attempt to call undefined procedure/function: 'ENVI_EVF_DEFINE_CLOSE'. Execution halted at: RESOLVE_ALL_BODY 290 C:\Program Files\ITT\IDL64\lib\resolve_all.pro RESOLVE_ALL 352 C:\Program Files\ITT\IDL64\lib\resolve_all.pro $MAIN$ Attempt to call undefined procedure/function: 'ENVI_EVF_DEFINE_INIT'. Execution halted at: RESOLVE_ALL_BODY 290 C:\Program Files\ITT\IDL64\lib\resolve_all.pro RESOLVE_ALL 352 C:\Program Files\ITT\IDL64\lib\resolve_all.pro $MAIN$ Attempt to call undefined procedure/function: 'ENVI_GET_DATA'. Execution halted at: RESOLVE_ALL_BODY 290 C:\Program Files\ITT\IDL64\lib\resolve_all.pro RESOLVE_ALL 352 C:\Program Files\ITT\IDL64\lib\resolve_all.pro $MAIN$ ----------------------------------------------------------- Some modules are correctly resolved but others (namely ENVI related) are not!!! Do I need to give some path to this files? Should I use FORWARD_FUNCTION?
    You are not authorized to post a reply.