Product: IESX
Version: GeoFrame 3.0
Application: Computation Manager
Search Type: HowTo
Topic:
How to get a user application (IESXDK) listed in Computation Manager.
Description:
Solution:
1.) The executable of the user application MUST be compiled under the same level
of GeoFrame that is currently being run. To determine the version of the
executable, enter 'strings | grep VERSION' in the
directory where the executable resides. (where is the name of
the compiled executable file).
2.) Edit $IESX_USER_APPL/iesx_user_appl.dat file (the $IESX_USER_APPL variable
can be found by entering 'echo $IESX_USER_APPL' in a GeoFrame xterm).
In the iesx_user_appl.dat file, add the entry:
appl_name /path/appl_executable
where 'appl_name' is the name of the user application and
'/path/appl_executable' is the path to the application's executable.
3.) Restart GeoFrame and then IESX > Computation Manager, and the appl_name
should be selectable.
Note:
The iesx_user_appl.dat file cannot have any blank lines before the listed
executable paths. If it does, the blank line will be treated as the end of
the file, and none of the executables will be listed in Computation Manager.
Last Modified on: 01-JUL-99