Compiling a program using Object Ada
By far the easiest way is to use the IDE (Intigrated
Development Environment).
Ccompiling the programs using the
compiler in a DOS window under Windows 95.
- Compile the library file Simple_io.ads
adacomp simpleio.ads
This of course only needs to be done once.
- Use adacomp and adamake to compile the various units.
adacomp filename.ada
adamake main
The parameter to adamake is the name of the main procedure.
- You can now run the executable image.
The material in these WWW page(s) is © M.A.Smith Modified 1 August 96
Comments, suggestions, etc.
M.A.Smith@brighton.ac.uk