Running the Program

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