Previous Topic: Avoiding Run-Time Level Checks When Accessing the System i Field Values FileNext Topic: Linker Options in Upgraded Local Models


Dynamic Application Partitioning APIs

If you have used the GetLocationInformation and SetLocationInformation APIs, note that the structure ObLocationInfo was changed for CA Plex r4.0. If you have created source code objects that implement these APIs, you must edit the code to avoid compile errors.

The following three fields are removed:

ObLongFld m_fDataConv
ObLongFld m_fObTran
ObCharFld m_ObTranDLL

and replaced with the following single field:

ObLongFld m_iDataConv

See the Odap.mdl sample model for examples of the required source code.