Try OpenEdge Now
Managing ABL Applications
R-code Features and Functions
:
R-code portability
R-code portability
You can often port the r-code without recompiling. However, you must recompile if one of the following changes:
The display architecture
The database type
The r-code version
In this section:
Display architectures
Database types
R-code version
R-code portability and operating system-specific statements
Byte order of integers in R-code
Examples of portable and nonportable r-code