HP OpenVMS Systemsask the wizard |
The Question is: I'm trying to build a sharable image from a source in C. Even if this source a no "main" function, the sharable image has a transfer addresspointing to the first function defined in the source. How can I suppress this transfer address ?? (i want the sharable image to return a dcl-e-notfr when someone tryes to "run" it, not execute a function that is not supposed to be called that way...) (dec c V6.2) The Answer is : For instructions on building shareable images, please see the Shareable Image Cookbook at the main Ask The Wizard webpage. (This cookbook is referenced in the OpenVMS FAQ, as well.) Related topics include (1314), (2002), (2486), (6363), (6887), and various other topics.
|