summary refs log blame commit diff stats
path: root/examples/cross_calculator/lazarus/readme.txt
blob: ec222a815201918a21dc8b9ed362ad2f6ba4fb48 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                
This example demonstrates how to use Nimrod with Lazarus. The GUI is generated
with Lazarus, while the "backend" is written in Nimrod. To compile the example,
use this command:

  nimrod c --app:gui --no_main --no_linking backend.nim

Open the ``nimlaz.lpi`` file in Lazarus and run the program.