The source code required to load the run-time property DLL was changed in CA Plex r4.0. If your application uses the SetProperty API, change the source code that loads the run-time property DLL, as follows:
#ifdef _DEBUG ObPropertyAPI::SetValue(Ob600Prpd.dll, OB_ATOM_ATOM_INSTALL, 0, 0) #else ObPropertyAPI::SetValue(Ob600Prp.dll, OB_ATOM_ATOM_INSTALL, 0, 0) #endif
|
Copyright © 2014 CA.
All rights reserved.
|
|