Previous Section
1. Start a quick non-project HLA program.
| Contents | Next Section
2. Show how to code a sample modular program using HLA units

1. Start a quick non-project HLA program.



To type in quick programs without setting up a project:
1. Select Menu: File > New > HLA program
2. Type in a name in the Save As dialog
3. Type in your source-code.
4. Select Menu: Make > Build (or F5 key)

Some limitations exist for code written without projects:
1. Does not allow you to choose link options
2. Only default libraries are linked: hlalib.lib, kernel32.lib,
user32.lib,gdi32.lib
3. No resource support.

Some of these limitations may be removed in a future version.