X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 19 Jun 2012 03:59 AM by  anon
IDL compile order
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
19 Jun 2012 03:59 AM
    Hello!! I have downloaded the new version of IDL (8.2) and I would like to move my code from IDL 6.4 to IDL 8.2. In the old version the file .prj saves the compile order. In IDL 8.2 there is an option in the project preferences to change the compile order. When I change the compile order in IDL 8.2 and move my project to another folder, I lose the compile order. I have seen that information is saved in several properties.index files (.metadata folder). Is there any way to save that information (compile order) and import it when I move the folder to another destination or I should create a script like this one? .compile one .compile two .resolve all Thanks a lot!! Veronica

    Deleted User



    New Member


    Posts:
    New Member


    --
    19 Jun 2012 08:06 AM
    It is possible to export the build order in a way. Right-click your project, and go to Properties. Then set up your compile order and build properties the way that you want. Then, under IDL Build Properties, click "Create build script in editor" toward the bottom of the dialog. This will create the build script that you want, and will allow you to make modifications directly to the build process. Hopefully this helps. -Josh Exelis VIS

    Deleted User



    New Member


    Posts:
    New Member


    --
    19 Jun 2012 09:54 AM
    Thanks a lot Josh!! Veronica
    You are not authorized to post a reply.