Was this helpful?
Linking with Compiled Forms for Procedures
Use the linker option file to link any compiled forms that the host language procedures use in your application.
In the following example, the application uses the form "myform" compiled into the object file myform.obj, as well as the libraries mentioned in the above examples. (See Character-based Querying and Reporting Tools User Guide for details on VIFRED forms and more information on creating the object file.)
Edit the linker option file pointed to by ING_ABFOPT1 as follows:
Windows:
pathname\myform.obj
pathname\userlib
pathname\newlib
UNIX:
pathname/myform.obj
pathname/userlib
pathname/newlib
VMS:
dir_spec myform.obj
dir_spec userlib/library
dir_spec vaxcrtl/share
The application is now linked with the compiled version of the form "myform" as well as the two libraries.
Last modified date: 11/28/2023