Foundation > The Display System > Home
 
Home
Most Rogue Wave® Views applications might need to load predefined data files. For data files to be transparently loaded, libraries need a way to locate these data files on the disk. This is done by getting the value of the ILVHOME environment variable. If this variable is undefined, Rogue Wave Views tries to retrieve the value of the display system resource home. Generally, this value is set to the directory where Rogue Wave Views was installed (the one containing the subdirectories include, lib, data, and so on).
Note: The old IlvHome display system resource is maintained for compatibility reasons but is deprecated.
There are two global functions that force the setting of home:
*IlvGetDefaultHome
*IlvSetDefaultHome
Use these functions if you want to provide a reasonable default value for a specific application without asking the user to set the environment variable ILVHOME or the resource home.
The value of home is used to compute the default value of the display path, described in the next section.

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.