X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 22 May 2008 06:16 AM by  anon
attempt to call undefined procedure/function: 'MAP_PROJ_INIT'.
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
22 May 2008 06:16 AM
    I use 'MAP_PROJ_INIT' function in my program. it compile sucessed. but when I save it to 'sav' file and call the sav file in comand line, it failed to run and give the error message a follow: attempt to call undefined procedure/function: 'MAP_PROJ_INIT'.... how can I deal with it?

    Deleted User



    New Member


    Posts:
    New Member


    --
    22 May 2008 06:16 AM
    Generally, if you have run a program containing MAP_PROJ_INIT successfully in the IDL Development Environment, but it fails in IDL Runtime in a '.sav' program that you build around the same time, it is because a .RESET_SESSION event has occurred since your successful run without a subsequent RESOLVE_ALL. You should be careful to closely follow the instructions that begin in the article "Creating SAVE Files of Program Files" in IDL Online Help's Contents tab page path 'IDL Programmers' Guides > Application Programming > Part I: Application Programming > Creating SAVE Files of Programs and Data'. James Jones
    You are not authorized to post a reply.