X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 26 Sep 2012 03:16 PM by  anon
Updating the DLM path in 8.2
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
26 Sep 2012 03:16 PM
    I've encountered a problem with the native read_jpeg routine after switching from IDL version 7.0 to 8.2. It appears IDL grabs the old DLM and DLL files which crashes IDL for the modules that have been updated like idl_jpeg.dll. Now that I think I've pinned the issue, I can't seem to update the DLM path to fix the problem. . . IDL> print, !DLM_PATH C:\Program Files\ITT\IDL70\bin\bin.x86 IDL> PREF_SET, 'IDL_DLM_PATH', 'IDL_DLM_PATH=C:\Program Files\Exelis\IDL82\bin\bin.x86', /COMMIT IDL> setenv, 'IDL_DLM_PATH=C:\Program Files\Exelis\IDL82\bin\bin.x86' IDL> print, !DLM_PATH C:\Program Files\ITT\IDL70\bin\bin.x86 Restarting IDL after these commands also doesn't take. However the expand path function always shows the correct path. IDL> PRINT, EXPAND_PATH('', /DLM) C:\Program Files\Exelis\IDL82\bin\bin.x86 Any suggestions are much appreciated. Many thanks, Carl (short time lurker, 1st time poster)

    Deleted User



    New Member


    Posts:
    New Member


    --
    27 Sep 2012 11:07 AM
    If you are on Windows 7 there could be an issue with read/write/execute/modify permissions to that folder. The other thought is that maybe you have the 'old' path hard-coded into the Windows 'Environment Variables'.

    Deleted User



    New Member


    Posts:
    New Member


    --
    27 Sep 2012 01:06 PM
    The old path was indeed in the Windows Environment Variables. Many thanks!!
    You are not authorized to post a reply.