Opening Your Application in the IDE

The application framework will take care of loading your application stack files and externals whether running in the IDE or as a standalone. This lesson will show you to open your application in the IDE.

File->Open Stack

Open launcher.rev Stack

Locate and open the launcher.rev file in your application folder.

After the launcher.rev stack opens select the browse tool (1) and click on the card (2). Clicking on the card triggers the glxapp_initialize handler in the stack. This handler will in turn execute all of the framework code that loads your application into the IDE.

The Result

The program.dat stack is now loaded.

Previous Lesson: Building Executables Table of Contents Next Lesson: Editing Your Application Properties