Next Previous Contents

3. Compilation procedures

Compiling programs to use the ATOM library requires that you compile them with the AMC compiler (version 3.4 or above). Furthermore, you must also use the amc/std/c_project that is part of the AMC distribution.

This project file defines two module types, c and atom. When using the ATOM toolkit, you must declare modules that use the ATOM keywords with a module type of atom. It is, of course, okay to have modules of the c type in your program as well.

You can also use many of the atom examples as templates for your own programs. Simply copy over the project file and assign a new root module.


Next Previous Contents