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.
|
Copyright © 2014 CA.
All rights reserved.
|
|