X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 16 Nov 2017 09:46 AM by  MariM
DLM_REGISTER
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

Sandy Kramer



New Member


Posts:
New Member


--
15 Nov 2017 02:17 PM
    IDL 8.3 on MAC OS-X 10.12.6

    Upon opening IDL, this error generated:

    % DLM_REGISTER: Error opening file.
    File: applications/excelis/idl83/bin/bindarwin.x86_64/
    No such file or directory

    Where does IDL define default the default DLM registry path? Can this be edited to fix?


    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    16 Nov 2017 09:46 AM
    DLM_REGISTER is a routine that can be called from IDL when you want to register an DLM that is not in the !DLM_PATH:
    https://www.harrisgeospatial.com/docs/dlm_register.html

    It sounds like you have an external library that is being called on launch, perhaps in the startup fle or in the IDL_PATH that is using this routine and it cannot find it. Note that the 'path' is misspelled as 'excelis' rather than 'exelis' and references the 'bindarwin.x86_64' instead of the 'bin.darwin.x86_64', so it is likely a user-defined path in an external routine. Can you remove any external libraries you may be linking to?
    You are not authorized to post a reply.