Changes between Version 3 and Version 4 of FDORfc4
- Timestamp:
- 04/19/07 10:06:27 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc4
v3 v4 52 52 Here is example code on how the loader dll logic will operate. 53 53 54 Windows: 54 '''Windows:''' 55 55 56 56 {{{ … … 125 125 }}} 126 126 127 Linux: 127 '''Linux:''' 128 128 129 129 {{{ … … 199 199 In order to handle this, a new environment variable was created to specify the version used by the unit test, named SDEVER_ARCUNITTEST. 200 200 201 Windows side: 201 '''Windows:''' 202 202 203 203 If a user has only one version of ArcSDE client he must set the environment variable SDEHOME to target the location of ArcSDE client SDK. … … 261 261 }}} 262 262 263 Linux side: 263 '''Linux:''' 264 264 265 265 The valid values for SDEVER_ARCUNITTEST will be 91 and empty.