The [PlatformLibrary Name Mappings] stanza in the .INI file allows you to declaratively map the logical names of shared libraries to their physical names. This approach handles platform dependencies in a simpler fashion than the alternative PlatformLibrary class>>#mapLogicalName:toPhysicalName: programmatic approach to do this mapping, and also allows the mappings to be changed without changing code, so it is the preferred way to do the mappings.Value type: Shared object physical name string
Default value: None
Installation value: not specified
Setter: PlatformLibrary initializeNameMappings
|