Linking executables

Info

This section needs revision. The link utility that you should use is provided in the /bin directory in the location that you have installed the masm32 tools. See the section on Installing Arity/Prolog32.

After you have compiled each of the modules to produce the necessary object modules, you need to link these object modules with other Arity/Prolog32 object modules and libraries.

Arity/Prolog32 supplies a library of evaluable predicates that you can use when linking your Prolog program. This library is named arity32.lib. This library must be linked with stand-alone programs.