ILE C/C++ Programmer's Guide

Creating a Binding Directory

If you want to create a binding directory, use the Create Binding Directory (CRTBNDDIR) command to contain the names of modules and service programs that your ILE C/C++ program or service programs may need.

For example,

CRTBNDDIR BNDDIR(MYBNDDIR) MODULES (MOD1, MOD2)
CRTCMOD PROG(MYPROG) BNDDIR (MYBNDDIR)

or

CRTBNDDIR BNDDIR(MYBNDDIR) MODULES (MOD1, MOD2)
CRTCPPMOD PROG(MYPROG) BNDDIR (MYBNDDIR)


[ Top of Page | Previous Page | Next Page | Table of Contents ]