Previous Topic: Linker Options in Upgraded Local ModelsNext Topic: User Data (in BSUPPORT) and Business Contacts (in BCONTACT) Patterns


Loading the Run-Time Property DLL

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