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.
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 program.dat stack is now loaded.