


The plug-in runtime is designed to process a single file.
Therefore, if your application contains more than one object file and you do not plan to distribute your application across a client/server network, you must package all your COBOL object files and bitmap resources into a single library file that can be processed by the plug-in runtime. If you will be using a configuration file, you can package the configuration file into the library file as well. If you will be interfacing your application with a relational database through Acucorp's Acu4GL technology, you can package the ".xfd" files into the library file.
To create the library file package, you use the cblutil utility, the COPY RESOURCE statement, or a combination of the two. Refer to the ACUCOBOL-GT Reference Manual for additional information.