Running the Program
Before you can run program
MYPROG successfully,
you must
- Re-create service program
PRINTfrom the real source code instead of from the placeholder code indummy.cpp. - Re-create program
MYPROG, binding it to the new version of service programPRINTto resolve the reference toprint().
Note:
MYPROG runs successfully only if PRINT actually
exports a function that matches MYPROG's import request.