Using different methods to bind
This topic shows you how to use the following different methods to bind your application:
- Single final bind
- Compile all your code and then perform a single final bind of all the object modules.
- Bind each compile unit
- Compile and bind each compilation unit, then perform a final bind of all the partially bound program objects.
- Build and use a DLL
- Build DLLs and programs that use those DLLs.
- Rebind a changed compile unit
- Recompile only changed compile units, and rebind them into a program object without needing other unchanged compile units.