ILE C/C++ Programmer's Guide
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.
[ Top of Page | Previous Page | Next Page | Table of Contents ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.