Previous Application Programming: Creating IDL Projects Next

Building a Project

Building a project creates a .sav file of your project or compiles your project based upon the options you have set for your project. If you have specified:


Note
For more information on project options, see Setting the Options for a Project.

To build your project, complete the following steps:

  1. Open your project. Select File Open Project. Select the path and name of your project file.
  2.  

  3. Select Project Build. A dialog appears, confirming that you want to reset your session.
  4.  

    This will delete all procedures, functions, main level variables and common blocks from memory. If you have the save file option selected for your project, this will ensure that these items will not be included in your .sav file. If you have the source file option selected for your project, this will ensure that you have a clean environment in which to run and test your application.

     

  5. Click OK.

Your project has been built.

About IDL GUIBuilder Files

When you build your IDL Project, the IDL GUIBuilder (.prc) files are automatically compiled and the resulting source (.pro) and event (*_eventcb.pro) files are automatically added to your project.

For more information on the IDL GUIBuilder, see Using the IDL GUIBuilder.

  IDL Online Help (March 06, 2007)