WorkShop Visual 6.0 -------------- Integration of IlogViews Widgets ----------------------------- This directory contains the files required to integrate the IlogViews widget set into WorkShop Visual 6.0. Files contained in this directory are as follows: README - These notes. Makefile - creates visu binary with IlogViews widgets integrated. Ilv.xdc - configuration file describing the IlogViews widgets. Ilv_stubs.c - additional code for the IlogViews widget integration. bitmaps/*.bm - bitmap and pixmap files to represent IlogViews widgets on WorkShop Visual widget palette. app-defaults/ - Resources for integration. visu Integrating IlogViews widgets with visu ----------------------------------------- 1. Start visu_config and use the File/Open menu option to load the Ilv.xdc file. 2. Select the 'Config file' option from the Generate menu. The Generate dialog contains a toggle button for each family. Select one or more of these families depending on the combination of widgets that are to be integrated into WorkShop Visual. Click on OK to generate the Ilv_config.c file. Repeat this procedure for the 'Code file' menu option to generate Ilv_code.c. 3. Check that the Makefile has appropriate settings and pathnames for your system. You should set the environment variable ILVHOME to point to the root of your IlogViews widget distribution. Build the WorkShop Visual binary using the following command: make After the build has successfully completed a 'visu.bin' executable incorporating the IlogViews widgets will have been created in the current directory. 4. This binary may be invoked by setting the environment variable USER_WIDGETS to the name of this directory (i.e. USER_WIDGETS=IlogViews) and invoking WorkShop Visual as normal. You may need to set the runtime library path environment LD_LIBRARY_PATH or SHLIB_PATH, depending on your system, to pick up the dynamic IlogViews libraries. For example, on a Sun Solaris, the following should be included in your LD_LIBRARY_PATH environment list: $(ILVHOME)/lib/sparc_5_4.0 5. This widget integration can be made the default for your site by moving or copying this directory to 'local' (including any bitmap and app-defaults sub-directories).