Compiling and testing your application |
Top Previous Next |
In order to create a dual Windows/HTML5 FireMonkey application, you have to compile this application including the WebFMX.Platform.dcu unit. By default, the WebFMX.Platform.dcu unit will be accessible on the installation directory, under the folder below:
Follow the next steps to compile your application:
1. Open your Rad Studio or Delphi XE3 or Delphi XE4.
3. Open your application project.
4. Add the unit WebFMX.Platform to the Uses of your project source file.
5. Compile Your Program and Run it.
6. Observe on the Task Bar that the WebFMX Development Server icon will appear.
7. Right-click on the icon, and after that click on the "Open" menu.
A Web browser window will be opened with your application running inside.
|