Configure Standalone Settings
Now that I have finished basic configuration I am going to build standalone executables. The standalone executables will enable me to test the standalone versions of the application while working on it in the IDE.
Configure Standalone Application Settings
The application framework uses the concept of a launcher stack. A launcher stack is a barebones stack that is bound to the Revolution engine when building a standalone. It has only enough logic to load application framework library which then takes over and loads the application. The launcher stack approach means you can edit the stack files in the IDE, save them and instantly launch the Windows or Mac executable for testing. This makes development incredibly fast.
The stack that I will build an application with is glxappLauncher. I right click on this stack in the Application Browser and select Standalone Application Settings...
0 Comments
Add your comment